#a321b3

Color #A321B3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A321B3

Tints of Dark Orchid #A321B3

Color information

#A321B3 (or 0xA321B3) is unknown color: approx Dark Orchid. HEX triplet: A3, 21 and B3. RGB value is (163,33,179). Sum of RGB (Red+Green+Blue) = 163+33+179=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #A321B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321B3 is #5CDE4C. Grayscale: #585858. Windows color (decimal): -6086221 or 11739555. OLE color: 11739555.

HSL color Cylindrical-coordinate representation of color #A321B3: hue angle of 293.42º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A321B3 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16333179-
CMYK0.090.8200.30
HSL293.42º68.87%41.57%-
HSV(B)293.42º81.56%70.2%-
XYZ23.7812.1343.74-
YUV88.51179.07181.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=43.47%
G=8.8%
B=47.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163331790.090.8200.30293.4268.8741.57
HexA321B395201E125452a
Octal243412631112203644510552
Binary1010001110000110110011100110100100111101001001011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a321b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a321b3; }

 p { color: rgb(163,33,179); }

 H1.HeaderClassName
 {
   color: #a321b3;
 }
 .AnyTagClassName
 {
   color: #a321b3;
 }
</style>
background-color css

<style>
 a { background-color: #a321b3; }

 a { background-color: rgb(163,33,179); }

 div.DivClassName
 {
   background-color: #a321b3;
 }
 .BgClassName
 {
   background-color: #a321b3;
 }
</style>
border-color css

<style>
 span { border-color: #a321b3; }

 span { border-color: rgb(163,33,179); }

 td.TdClassName
 {
   border-color: #a321b3;
 }
 .TagClassName
 {
   border-color: #a321b3;
 }
</style>