#A22690

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

Shades of Dark Purple #A22690

Tints of Dark Purple #A22690

Color information

#A22690 (or 0xA22690) is unknown color: approx Dark Purple. HEX triplet: A2, 26 and 90. RGB value is (162,38,144). Sum of RGB (Red+Green+Blue) = 162+38+144=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22690 is #5DD96F. Grayscale: #565656. Windows color (decimal): -6150512 or 9447074. OLE color: 9447074.

HSL color Cylindrical-coordinate representation of color #A22690: hue angle of 308.71º 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 #A22690 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16238144-
CMYK00.770.110.36
HSL308.71º62%39.22%-
HSV(B)308.71º76.54%63.53%-
XYZ20.6311.0827.44-
YUV87.16160.08181.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=47.09%
G=11.05%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623814400.770.110.36308.716239.22
HexA2269004DB241353e27
Octal24246220011513444657647
Binary1010001010011010010000010011011011100100100110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22690; }

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

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

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

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

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

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

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

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