#A22ACA

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

Shades of Dark Orchid #A22ACA

Tints of Dark Orchid #A22ACA

Color information

#A22ACA (or 0xA22ACA) is unknown color: approx Dark Orchid. HEX triplet: A2, 2A and CA. RGB value is (162,42,202). Sum of RGB (Red+Green+Blue) = 162+42+202=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A22ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ACA is #5DD535. Grayscale: #5F5F5F. Windows color (decimal): -6149430 or 13249186. OLE color: 13249186.

HSL color Cylindrical-coordinate representation of color #A22ACA: hue angle of 285º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22ACA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16242202-
CMYK0.200.7900.21
HSL285º65.57%47.84%-
HSV(B)285º79.21%79.22%-
XYZ26.3913.657.11-
YUV96.12187.76174.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=39.90%
G=10.34%
B=49.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162422020.200.7900.2128565.5747.84
HexA22ACA144F01511d4230
Octal242523122411702543510260
Binary10100010101010110010101010010011110101011000111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22ACA; }

 p { color: rgb(162,42,202); }

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

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

 a { background-color: rgb(162,42,202); }

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

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

 span { border-color: rgb(162,42,202); }

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