#A22ECA

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

Shades of Dark Orchid #A22ECA

Tints of Dark Orchid #A22ECA

Color information

#A22ECA (or 0xA22ECA) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and CA. RGB value is (162,46,202). Sum of RGB (Red+Green+Blue) = 162+46+202=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A22ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ECA is #5DD135. Grayscale: #616161. Windows color (decimal): -6148406 or 13250210. OLE color: 13250210.

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

Color convert

RGB16246202-
CMYK0.200.7700.21
HSL284.62º62.9%48.63%-
HSV(B)284.62º77.23%79.22%-
XYZ26.5413.957.16-
YUV98.47186.43173.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=39.51%
G=11.22%
B=49.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162462020.200.7700.21284.6262.948.63
HexA22ECA144D01511d3f31
Octal24256312241150254357761
Binary1010001010111011001010101001001101010101100011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22ECA; }

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

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

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

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

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

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

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

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