#A22CAB

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

Shades of Dark Orchid #A22CAB

Tints of Dark Orchid #A22CAB

Color information

#A22CAB (or 0xA22CAB) is unknown color: approx Dark Orchid. HEX triplet: A2, 2C and AB. RGB value is (162,44,171). Sum of RGB (Red+Green+Blue) = 162+44+171=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22CAB is #5DD354. Grayscale: #5D5D5D. Windows color (decimal): -6148949 or 11218082. OLE color: 11218082.

HSL color Cylindrical-coordinate representation of color #A22CAB: hue angle of 295.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22CAB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16244171-
CMYK0.050.7400.33
HSL295.75º59.07%42.16%-
HSV(B)295.75º74.27%67.06%-
XYZ23.1512.4239.71-
YUV93.76171.59176.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=42.97%
G=11.67%
B=45.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162441710.050.7400.33295.7559.0742.16
HexA22CAB54A0211283b2a
Octal2425425351120414507352
Binary101000101011001010101110110010100100001100101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22CAB; }

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

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

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

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

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

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

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

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