#A22CBD

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

Shades of Dark Orchid #A22CBD

Tints of Dark Orchid #A22CBD

Color information

#A22CBD (or 0xA22CBD) is unknown color: approx Dark Orchid. HEX triplet: A2, 2C and BD. RGB value is (162,44,189). Sum of RGB (Red+Green+Blue) = 162+44+189=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #A22CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CBD is #5DD342. Grayscale: #5F5F5F. Windows color (decimal): -6148931 or 12397730. OLE color: 12397730.

HSL color Cylindrical-coordinate representation of color #A22CBD: hue angle of 288.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22CBD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16244189-
CMYK0.140.7700.26
HSL288.83º62.23%45.69%-
HSV(B)288.83º76.72%74.12%-
XYZ24.9913.1649.37-
YUV95.81180.59175.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 44 (17.58% from 255) = 11.14%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=41.01%
G=11.14%
B=47.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162441890.140.7700.26288.8362.2345.69
HexA22CBDE4D01A1213e2e
Octal24254275161150324417656
Binary101000101011001011110111101001101011010100100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22CBD; }

 p { color: rgb(162,44,189); }

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

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

 a { background-color: rgb(162,44,189); }

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

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

 span { border-color: rgb(162,44,189); }

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