Html Css Color HEX #AA399C Medium Red Violet

📋 copy color: '#AA399C'

red 170 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #AA399C

Tints of Medium Red Violet #AA399C

RGB

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

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

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

R = 44.39%
G = 14.88%
B = 40.73%

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

#AA399C (or 0xAA399C) is known color: Medium Red Violet. HEX triplet: AA, 39 and 9C. RGB value is (170,57,156). Sum of RGB (Red+Green+Blue) = 170+57+156=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA399C is #55C663. Grayscale: #656565. Windows color (decimal): -5621348 or 10238378. OLE color: 10238378.

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

Color convert

RGB 170 57 156 -
CMYK 0 0.66 0.08 0.33
HSL 307.43º 0.5% 0.45% -
HSV(B) 307.43º 0.66% 0.67% -
XYZ 24.04 13.87 32.86 -
YUV 102.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 170 57 156 0 0.66 0.08 0.33 307.43 0.5 0.45
Hex AA 39 9C 0 42 8 21 133 32 2D
Octal 252 71 234 0 102 10 41 463 62 55
Binary 10101010 111001 10011100 0 1000010 1000 100001 100110011 110010 101101

Color Harmonies of #AA399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA399C

Black with #AA399C

Text Example


Text Example

White with #AA399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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