#A022DC

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

Shades of Dark Orchid #A022DC

Tints of Dark Orchid #A022DC

Color information

#A022DC (or 0xA022DC) is unknown color: approx Dark Orchid. HEX triplet: A0, 22 and DC. RGB value is (160,34,220). Sum of RGB (Red+Green+Blue) = 160+34+220=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A022DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022DC is #5FDD23. Grayscale: #5C5C5C. Windows color (decimal): -6282532 or 14426784. OLE color: 14426784.

HSL color Cylindrical-coordinate representation of color #A022DC: hue angle of 280.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A022DC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16034220-
CMYK0.270.8500.14
HSL280.65º73.23%49.8%-
HSV(B)280.65º84.55%86.27%-
XYZ27.9913.7868.9-
YUV92.88199.74175.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 34 (13.67% from 255) = 8.21%
BLUE value IS 220 (86.33% from 255) = 53.14%
R=38.65%
G=8.21%
B=53.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160342200.270.8500.14280.6573.2349.8
HexA022DC1B550E1194932
Octal240423343312501643111162
Binary1010000010001011011100110111010101011101000110011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A022DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A022DC; }

 p { color: rgb(160,34,220); }

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

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

 a { background-color: rgb(160,34,220); }

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

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

 span { border-color: rgb(160,34,220); }

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