#A02EBD

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

Shades of Dark Orchid #A02EBD

Tints of Dark Orchid #A02EBD

Color information

#A02EBD (or 0xA02EBD) is unknown color: approx Dark Orchid. HEX triplet: A0, 2E and BD. RGB value is (160,46,189). Sum of RGB (Red+Green+Blue) = 160+46+189=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #A02EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02EBD is #5FD142. Grayscale: #5F5F5F. Windows color (decimal): -6279491 or 12398240. OLE color: 12398240.

HSL color Cylindrical-coordinate representation of color #A02EBD: hue angle of 287.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02EBD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16046189-
CMYK0.150.7600.26
HSL287.83º60.85%46.08%-
HSV(B)287.83º75.66%74.12%-
XYZ24.6613.149.37-
YUV96.39180.27173.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=40.51%
G=11.65%
B=47.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160461890.150.7600.26287.8360.8546.08
HexA02EBDF4C01A1203d2e
Octal24056275171140324407556
Binary101000001011101011110111111001100011010100100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02EBD; }

 p { color: rgb(160,46,189); }

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

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

 a { background-color: rgb(160,46,189); }

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

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

 span { border-color: rgb(160,46,189); }

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