Html Css Color HEX #AA2796 Medium Red Violet

📋 copy color: '#AA2796'

red 170 ◦ green 39 ◦ blue 150

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

Shades of Medium Red Violet #AA2796

Tints of Medium Red Violet #AA2796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 47.35%
G = 10.86%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2796 (or 0xAA2796) is known color: Medium Red Violet. HEX triplet: AA, 27 and 96. RGB value is (170,39,150). Sum of RGB (Red+Green+Blue) = 170+39+150=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2796 is #55D869. Grayscale: #5A5A5A. Windows color (decimal): -5625962 or 9840554. OLE color: 9840554.

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

Color convert

RGB 170 39 150 -
CMYK 0 0.77 0.12 0.33
HSL 309.16º 0.63% 0.41% -
HSV(B) 309.16º 0.77% 0.67% -
XYZ 22.81 12.2 30.01 -
YUV 90.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 170 39 150 0 0.77 0.12 0.33 309.16 0.63 0.41
Hex AA 27 96 0 4D C 21 135 3F 29
Octal 252 47 226 0 115 14 41 465 77 51
Binary 10101010 100111 10010110 0 1001101 1100 100001 100110101 111111 101001

Color Harmonies of #AA2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2796

Black with #AA2796

Text Example


Text Example

White with #AA2796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2796; }

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

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

background-color css

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

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

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

border-color css

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

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

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