Html Css Color HEX #AA398B Medium Red Violet

📋 copy color: '#AA398B'

red 170 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #AA398B

Tints of Medium Red Violet #AA398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 46.45%
G = 15.57%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA398B (or 0xAA398B) is known color: Medium Red Violet. HEX triplet: AA, 39 and 8B. RGB value is (170,57,139). Sum of RGB (Red+Green+Blue) = 170+57+139=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA398B is #55C674. Grayscale: #636363. Windows color (decimal): -5621365 or 9124266. OLE color: 9124266.

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

Color convert

RGB 170 57 139 -
CMYK 0 0.66 0.18 0.33
HSL 316.46º 0.5% 0.45% -
HSV(B) 316.46º 0.66% 0.67% -
XYZ 22.7 13.34 25.8 -
YUV 100.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 170 57 139 0 0.66 0.18 0.33 316.46 0.5 0.45
Hex AA 39 8B 0 42 12 21 13C 32 2D
Octal 252 71 213 0 102 22 41 474 62 55
Binary 10101010 111001 10001011 0 1000010 10010 100001 100111100 110010 101101

Color Harmonies of #AA398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA398B

Black with #AA398B

Text Example


Text Example

White with #AA398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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