Html Css Color HEX #AA399D Medium Red Violet

📋 copy color: '#AA399D'

red 170 ◦ green 57 ◦ blue 157

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

Shades of Medium Red Violet #AA399D

Tints of Medium Red Violet #AA399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 44.27%
G = 14.84%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA399D (or 0xAA399D) is known color: Medium Red Violet. HEX triplet: AA, 39 and 9D. RGB value is (170,57,157). Sum of RGB (Red+Green+Blue) = 170+57+157=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA399D is #55C662. Grayscale: #656565. Windows color (decimal): -5621347 or 10303914. OLE color: 10303914.

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

Color convert

RGB 170 57 157 -
CMYK 0 0.66 0.08 0.33
HSL 306.9º 0.5% 0.45% -
HSV(B) 306.9º 0.66% 0.67% -
XYZ 24.13 13.91 33.31 -
YUV 102.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 170 57 157 0 0.66 0.08 0.33 306.9 0.5 0.45
Hex AA 39 9D 0 42 8 21 133 32 2D
Octal 252 71 235 0 102 10 41 463 62 55
Binary 10101010 111001 10011101 0 1000010 1000 100001 100110011 110010 101101

Color Harmonies of #AA399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA399D

Black with #AA399D

Text Example


Text Example

White with #AA399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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