#AA398B

Color #AA398B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA398B

Tints of Medium Red Violet #AA398B

Color information

#AA398B (or 0xAA398B) is unknown color: approx 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

RGB17057139-
CMYK00.660.180.33
HSL316.46º49.78%44.51%-
HSV(B)316.46º66.47%66.67%-
XYZ22.713.3425.8-
YUV100.14149.94177.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705713900.660.180.33316.4649.7844.51
HexAA398B042122113c322d
Octal25271213010222414746255
Binary10101010111001100010110100001010010100001100111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>