Html Css Color HEX #AA2096 Medium Red Violet

📋 copy color: '#AA2096'

red 170 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #AA2096

Tints of Medium Red Violet #AA2096

RGB

 RED value IS 170 (66.8% from 255) = 48.3%

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

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

R = 48.3%
G = 9.09%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2096 (or 0xAA2096) is known color: Medium Red Violet. HEX triplet: AA, 20 and 96. RGB value is (170,32,150). Sum of RGB (Red+Green+Blue) = 170+32+150=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2096 is #55DF69. Grayscale: #565656. Windows color (decimal): -5627754 or 9838762. OLE color: 9838762.

HSL color Cylindrical-coordinate representation of color #AA2096: hue angle of 308.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2096 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 150 -
CMYK 0 0.81 0.12 0.33
HSL 308.7º 0.68% 0.4% -
HSV(B) 308.7º 0.81% 0.67% -
XYZ 22.6 11.78 29.94 -
YUV 86.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 170 32 150 0 0.81 0.12 0.33 308.7 0.68 0.4
Hex AA 20 96 0 51 C 21 135 44 28
Octal 252 40 226 0 121 14 41 465 104 50
Binary 10101010 100000 10010110 0 1010001 1100 100001 100110101 1000100 101000

Color Harmonies of #AA2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2096

Black with #AA2096

Text Example


Text Example

White with #AA2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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