Html Css Color HEX #AA339D Medium Red Violet

📋 copy color: '#AA339D'

red 170 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #AA339D

Tints of Medium Red Violet #AA339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 44.97%
G = 13.49%
B = 41.53%

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

#AA339D (or 0xAA339D) is known color: Medium Red Violet. HEX triplet: AA, 33 and 9D. RGB value is (170,51,157). Sum of RGB (Red+Green+Blue) = 170+51+157=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA339D is #55CC62. Grayscale: #626262. Windows color (decimal): -5622883 or 10302378. OLE color: 10302378.

HSL color Cylindrical-coordinate representation of color #AA339D: hue angle of 306.55º 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 #AA339D is Cyan = 0, Magento = 0.7, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 51 157 -
CMYK 0 0.7 0.08 0.33
HSL 306.55º 0.54% 0.43% -
HSV(B) 306.55º 0.7% 0.67% -
XYZ 23.85 13.35 33.22 -
YUV 98.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 170 51 157 0 0.7 0.08 0.33 306.55 0.54 0.43
Hex AA 33 9D 0 46 8 21 133 36 2B
Octal 252 63 235 0 106 10 41 463 66 53
Binary 10101010 110011 10011101 0 1000110 1000 100001 100110011 110110 101011

Color Harmonies of #AA339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA339D

Black with #AA339D

Text Example


Text Example

White with #AA339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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