#A22EC8

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

Shades of Dark Orchid #A22EC8

Tints of Dark Orchid #A22EC8

Color information

#A22EC8 (or 0xA22EC8) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and C8. RGB value is (162,46,200). Sum of RGB (Red+Green+Blue) = 162+46+200=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #A22EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EC8 is #5DD137. Grayscale: #616161. Windows color (decimal): -6148408 or 13119138. OLE color: 13119138.

HSL color Cylindrical-coordinate representation of color #A22EC8: hue angle of 285.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22EC8 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16246200-
CMYK0.190.7700.22
HSL285.19º62.6%48.24%-
HSV(B)285.19º77%78.43%-
XYZ26.313.8155.92-
YUV98.24185.43173.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 46 (18.36% from 255) = 11.27%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=39.71%
G=11.27%
B=49.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162462000.190.7700.22285.1962.648.24
HexA22EC8134D01611d3f30
Octal24256310231150264357760
Binary1010001010111011001000100111001101010110100011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EC8; }

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

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

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

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

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

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

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

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