#a22691

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

Shades of Dark Purple #A22691

Tints of Dark Purple #A22691

Color information

#A22691 (or 0xA22691) is unknown color: approx Dark Purple. HEX triplet: A2, 26 and 91. RGB value is (162,38,145). Sum of RGB (Red+Green+Blue) = 162+38+145=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A22691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22691 is #5DD96E. Grayscale: #565656. Windows color (decimal): -6150511 or 9512610. OLE color: 9512610.

HSL color Cylindrical-coordinate representation of color #A22691: hue angle of 308.23º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22691 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16238145-
CMYK00.770.100.36
HSL308.23º62%39.22%-
HSV(B)308.23º76.54%63.53%-
XYZ20.711.1127.84-
YUV87.27160.58181.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=46.96%
G=11.01%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623814500.770.100.36308.236239.22
HexA2269104DA241343e27
Octal24246221011512444647647
Binary1010001010011010010001010011011010100100100110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22691; }

 p { color: rgb(162,38,145); }

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

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

 a { background-color: rgb(162,38,145); }

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

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

 span { border-color: rgb(162,38,145); }

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