#A22BC8

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

Shades of Dark Orchid #A22BC8

Tints of Dark Orchid #A22BC8

Color information

#A22BC8 (or 0xA22BC8) is unknown color: approx Dark Orchid. HEX triplet: A2, 2B and C8. RGB value is (162,43,200). Sum of RGB (Red+Green+Blue) = 162+43+200=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #A22BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BC8 is #5DD437. Grayscale: #5F5F5F. Windows color (decimal): -6149176 or 13118370. OLE color: 13118370.

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

Color convert

RGB16243200-
CMYK0.190.7800.22
HSL285.48º64.61%47.65%-
HSV(B)285.48º78.5%78.43%-
XYZ26.1913.5855.88-
YUV96.48186.42174.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=40%
G=10.62%
B=49.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162432000.190.7800.22285.4864.6147.65
HexA22BC8134E01611d4130
Octal242533102311602643510160
Binary10100010101011110010001001110011100101101000111011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22BC8; }

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

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

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

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

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

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

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

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