#a02cb3

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

Shades of Dark Orchid #A02CB3

Tints of Dark Orchid #A02CB3

Color information

#A02CB3 (or 0xA02CB3) is unknown color: approx Dark Orchid. HEX triplet: A0, 2C and B3. RGB value is (160,44,179). Sum of RGB (Red+Green+Blue) = 160+44+179=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #A02CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CB3 is #5FD34C. Grayscale: #5D5D5D. Windows color (decimal): -6280013 or 11742368. OLE color: 11742368.

HSL color Cylindrical-coordinate representation of color #A02CB3: hue angle of 291.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02CB3 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16044179-
CMYK0.110.7500.30
HSL291.56º60.54%43.73%-
HSV(B)291.56º75.42%70.2%-
XYZ23.5312.5343.83-
YUV94.07175.93175.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 44 (17.58% from 255) = 11.49%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=41.78%
G=11.49%
B=46.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160441790.110.7500.30291.5660.5443.73
HexA02CB3B4B01E1243d2c
Octal24054263131130364447554
Binary101000001011001011001110111001011011110100100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02cb3; }

 p { color: rgb(160,44,179); }

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

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

 a { background-color: rgb(160,44,179); }

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

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

 span { border-color: rgb(160,44,179); }

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