#A22CAC

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

Shades of Dark Orchid #A22CAC

Tints of Dark Orchid #A22CAC

Color information

#A22CAC (or 0xA22CAC) is unknown color: approx Dark Orchid. HEX triplet: A2, 2C and AC. RGB value is (162,44,172). Sum of RGB (Red+Green+Blue) = 162+44+172=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A22CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22CAC is #5DD353. Grayscale: #5D5D5D. Windows color (decimal): -6148948 or 11283618. OLE color: 11283618.

HSL color Cylindrical-coordinate representation of color #A22CAC: hue angle of 295.31º 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 #A22CAC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16244172-
CMYK0.060.7400.33
HSL295.31º59.26%42.35%-
HSV(B)295.31º74.42%67.45%-
XYZ23.2512.4640.21-
YUV93.87172.09176.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=42.86%
G=11.64%
B=45.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162441720.060.7400.33295.3159.2642.35
HexA22CAC64A0211273b2a
Octal2425425461120414477352
Binary101000101011001010110011010010100100001100100111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22CAC; }

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

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

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

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

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

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

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

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