Html Css Color HEX #A22096 Dark Purple

📋 copy color: '#A22096'

red 162 ◦ green 32 ◦ blue 150

#A22096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A22096

Tints of Dark Purple #A22096

RGB

 RED value IS 162 (63.67% from 255) = 47.09%

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 47.09%
G = 9.3%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A22096 (or 0xA22096) is known color: Dark Purple. HEX triplet: A2, 20 and 96. RGB value is (162,32,150). Sum of RGB (Red+Green+Blue) = 162+32+150=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22096 is #5DDF69. Grayscale: #535353. Windows color (decimal): -6152042 or 9838754. OLE color: 9838754.

HSL color Cylindrical-coordinate representation of color #A22096: hue angle of 305.54º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22096 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 150 -
CMYK 0 0.80 0.07 0.36
HSL 305.54º 0.67% 0.38% -
HSV(B) 305.54º 0.8% 0.64% -
XYZ 20.92 10.92 29.86 -
YUV 84.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 162 32 150 0 0.80 0.07 0.36 305.54 0.67 0.38
Hex A2 20 96 0 50 7 24 132 43 26
Octal 242 40 226 0 120 7 44 462 103 46
Binary 10100010 100000 10010110 0 1010000 111 100100 100110010 1000011 100110

Color Harmonies of #A22096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22096

Black with #A22096

Text Example


Text Example

White with #A22096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22096; }

 p { color: rgb(162,32,150); }

 H1.HeaderClassName
 {
   color: #A22096;
 }
 .AnyTagClassName
 {
   color: #A22096;
 }
</style>

background-color css

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

 a { background-color: rgb(162,32,150); }

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

border-color css

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

 span { border-color: rgb(162,32,150); }

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