#A22EC0

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

Shades of Dark Orchid #A22EC0

Tints of Dark Orchid #A22EC0

Color information

#A22EC0 (or 0xA22EC0) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and C0. RGB value is (162,46,192). Sum of RGB (Red+Green+Blue) = 162+46+192=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #A22EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EC0 is #5DD13F. Grayscale: #606060. Windows color (decimal): -6148416 or 12594850. OLE color: 12594850.

HSL color Cylindrical-coordinate representation of color #A22EC0: hue angle of 287.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22EC0 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16246192-
CMYK0.160.7600.25
HSL287.67º61.34%46.67%-
HSV(B)287.67º76.04%75.29%-
XYZ25.3913.4451.13-
YUV97.33181.43174.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 46 (18.36% from 255) = 11.5%
BLUE value IS 192 (75.39% from 255) = 48%
R=40.5%
G=11.5%
B=48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162461920.160.7600.25287.6761.3446.67
HexA22EC0104C0191203d2f
Octal24256300201140314407557
Binary1010001010111011000000100001001100011001100100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EC0; }

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

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

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

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

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

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

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

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