Html Css Color HEX #AA36A0 Medium Red Violet

📋 copy color: '#AA36A0'

red 170 ◦ green 54 ◦ blue 160

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

Shades of Medium Red Violet #AA36A0

Tints of Medium Red Violet #AA36A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 44.27%
G = 14.06%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA36A0 (or 0xAA36A0) is known color: Medium Red Violet. HEX triplet: AA, 36 and A0. RGB value is (170,54,160). Sum of RGB (Red+Green+Blue) = 170+54+160=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A0 is #55C95F. Grayscale: #646464. Windows color (decimal): -5622112 or 10499754. OLE color: 10499754.

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

Color convert

RGB 170 54 160 -
CMYK 0 0.68 0.06 0.33
HSL 305.17º 0.52% 0.44% -
HSV(B) 305.17º 0.68% 0.67% -
XYZ 24.24 13.72 34.63 -
YUV 100.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 170 54 160 0 0.68 0.06 0.33 305.17 0.52 0.44
Hex AA 36 A0 0 44 6 21 131 34 2C
Octal 252 66 240 0 104 6 41 461 64 54
Binary 10101010 110110 10100000 0 1000100 110 100001 100110001 110100 101100

Color Harmonies of #AA36A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36A0

Black with #AA36A0

Text Example


Text Example

White with #AA36A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36A0; }

 p { color: rgb(170,54,160); }

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

background-color css

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

 a { background-color: rgb(170,54,160); }

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

border-color css

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

 span { border-color: rgb(170,54,160); }

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