#A02DD1

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

Shades of Dark Orchid #A02DD1

Tints of Dark Orchid #A02DD1

Color information

#A02DD1 (or 0xA02DD1) is unknown color: approx Dark Orchid. HEX triplet: A0, 2D and D1. RGB value is (160,45,209). Sum of RGB (Red+Green+Blue) = 160+45+209=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #A02DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DD1 is #5FD22E. Grayscale: #616161. Windows color (decimal): -6279727 or 13708704. OLE color: 13708704.

HSL color Cylindrical-coordinate representation of color #A02DD1: hue angle of 282.07º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02DD1 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16045209-
CMYK0.230.7800.18
HSL282.07º64.57%49.8%-
HSV(B)282.07º78.47%81.96%-
XYZ26.9413.9561.59-
YUV98.08190.6172.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=38.65%
G=10.87%
B=50.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160452090.230.7800.18282.0764.5749.8
HexA02DD1174E01211a4132
Octal240553212711602243210162
Binary10100000101101110100011011110011100100101000110101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02DD1; }

 p { color: rgb(160,45,209); }

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

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

 a { background-color: rgb(160,45,209); }

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

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

 span { border-color: rgb(160,45,209); }

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