Html Css Color HEX #AA398A Medium Red Violet

📋 copy color: '#AA398A'

red 170 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #AA398A

Tints of Medium Red Violet #AA398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 46.58%
G = 15.62%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA398A (or 0xAA398A) is known color: Medium Red Violet. HEX triplet: AA, 39 and 8A. RGB value is (170,57,138). Sum of RGB (Red+Green+Blue) = 170+57+138=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA398A is #55C675. Grayscale: #636363. Windows color (decimal): -5621366 or 9058730. OLE color: 9058730.

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

Color convert

RGB 170 57 138 -
CMYK 0 0.66 0.19 0.33
HSL 316.99º 0.5% 0.45% -
HSV(B) 316.99º 0.66% 0.67% -
XYZ 22.63 13.31 25.42 -
YUV 100.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 170 57 138 0 0.66 0.19 0.33 316.99 0.5 0.45
Hex AA 39 8A 0 42 13 21 13D 32 2D
Octal 252 71 212 0 102 23 41 475 62 55
Binary 10101010 111001 10001010 0 1000010 10011 100001 100111101 110010 101101

Color Harmonies of #AA398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA398A

Black with #AA398A

Text Example


Text Example

White with #AA398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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