#A22BC0

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

Shades of Dark Orchid #A22BC0

Tints of Dark Orchid #A22BC0

Color information

#A22BC0 (or 0xA22BC0) is unknown color: approx Dark Orchid. HEX triplet: A2, 2B and C0. RGB value is (162,43,192). Sum of RGB (Red+Green+Blue) = 162+43+192=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #A22BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BC0 is #5DD43F. Grayscale: #5F5F5F. Windows color (decimal): -6149184 or 12594082. OLE color: 12594082.

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

Color convert

RGB16243192-
CMYK0.160.7800.25
HSL287.92º63.4%46.08%-
HSV(B)287.92º77.6%75.29%-
XYZ25.2813.2151.09-
YUV95.57182.42175.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=40.81%
G=10.83%
B=48.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162431920.160.7800.25287.9263.446.08
HexA22BC0104E0191203f2e
Octal24253300201160314407756
Binary1010001010101111000000100001001110011001100100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22BC0; }

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

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

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

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

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

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

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

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