#A01DDE

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

Shades of Dark Orchid #A01DDE

Tints of Dark Orchid #A01DDE

Color information

#A01DDE (or 0xA01DDE) is unknown color: approx Dark Orchid. HEX triplet: A0, 1D and DE. RGB value is (160,29,222). Sum of RGB (Red+Green+Blue) = 160+29+222=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #A01DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DDE is #5FE221. Grayscale: #595959. Windows color (decimal): -6283810 or 14556576. OLE color: 14556576.

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

Color convert

RGB16029222-
CMYK0.280.8700.13
HSL280.73º76.89%49.22%-
HSV(B)280.73º86.94%87.06%-
XYZ28.1213.6370.26-
YUV90.17202.4177.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 29 (11.72% from 255) = 7.06%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=38.93%
G=7.06%
B=54.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160292220.280.8700.13280.7376.8949.22
HexA01DDE1C570D1194d31
Octal240353363412701543111561
Binary101000001110111011110111001010111011011000110011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01DDE; }

 p { color: rgb(160,29,222); }

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

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

 a { background-color: rgb(160,29,222); }

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

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

 span { border-color: rgb(160,29,222); }

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