Html Css Color HEX #A22076 Dark Purple

📋 copy color: '#A22076'

red 162 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #A22076

Tints of Dark Purple #A22076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 51.92%
G = 10.26%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A22076 (or 0xA22076) is known color: Dark Purple. HEX triplet: A2, 20 and 76. RGB value is (162,32,118). Sum of RGB (Red+Green+Blue) = 162+32+118=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A22076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22076 is #5DDF89. Grayscale: #505050. Windows color (decimal): -6152074 or 7741602. OLE color: 7741602.

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

Color convert

RGB 162 32 118 -
CMYK 0 0.80 0.27 0.36
HSL 320.31º 0.67% 0.38% -
HSV(B) 320.31º 0.8% 0.64% -
XYZ 18.69 10.02 18.09 -
YUV 80.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 162 32 118 0 0.80 0.27 0.36 320.31 0.67 0.38
Hex A2 20 76 0 50 1B 24 140 43 26
Octal 242 40 166 0 120 33 44 500 103 46
Binary 10100010 100000 1110110 0 1010000 11011 100100 101000000 1000011 100110

Color Harmonies of #A22076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22076

Black with #A22076

Text Example


Text Example

White with #A22076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22076; }

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

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

background-color css

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

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

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

border-color css

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

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

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