#a02cdf

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

Shades of Dark Orchid #A02CDF

Tints of Dark Orchid #A02CDF

Color information

#A02CDF (or 0xA02CDF) is unknown color: approx Dark Orchid. HEX triplet: A0, 2C and DF. RGB value is (160,44,223). Sum of RGB (Red+Green+Blue) = 160+44+223=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDF is #5FD320. Grayscale: #626262. Windows color (decimal): -6279969 or 14625952. OLE color: 14625952.

HSL color Cylindrical-coordinate representation of color #A02CDF: hue angle of 278.88º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02CDF is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16044223-
CMYK0.280.8000.13
HSL278.88º73.66%52.35%-
HSV(B)278.88º80.27%87.45%-
XYZ28.7214.671.12-
YUV99.09197.93171.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 44 (17.58% from 255) = 10.30%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=37.47%
G=10.30%
B=52.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160442230.280.8000.13278.8873.6652.35
HexA02CDF1C500D1174a34
Octal240543373412001542711264
Binary1010000010110011011111111001010000011011000101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02cdf; }

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

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

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

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

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

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

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

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