Html Css Color HEX #AA339C Medium Red Violet

📋 copy color: '#AA339C'

red 170 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #AA339C

Tints of Medium Red Violet #AA339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 45.09%
G = 13.53%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA339C (or 0xAA339C) is known color: Medium Red Violet. HEX triplet: AA, 33 and 9C. RGB value is (170,51,156). Sum of RGB (Red+Green+Blue) = 170+51+156=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA339C is #55CC63. Grayscale: #626262. Windows color (decimal): -5622884 or 10236842. OLE color: 10236842.

HSL color Cylindrical-coordinate representation of color #AA339C: hue angle of 307.06º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA339C is Cyan = 0, Magento = 0.7, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 51 156 -
CMYK 0 0.7 0.08 0.33
HSL 307.06º 0.54% 0.43% -
HSV(B) 307.06º 0.7% 0.67% -
XYZ 23.76 13.31 32.77 -
YUV 98.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 170 51 156 0 0.7 0.08 0.33 307.06 0.54 0.43
Hex AA 33 9C 0 46 8 21 133 36 2B
Octal 252 63 234 0 106 10 41 463 66 53
Binary 10101010 110011 10011100 0 1000110 1000 100001 100110011 110110 101011

Color Harmonies of #AA339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA339C

Black with #AA339C

Text Example


Text Example

White with #AA339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA339C; }

 p { color: rgb(170,51,156); }

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

background-color css

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

 a { background-color: rgb(170,51,156); }

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

border-color css

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

 span { border-color: rgb(170,51,156); }

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