#AA0B8D

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

Shades of Medium Violet Red #AA0B8D

Tints of Medium Violet Red #AA0B8D

Color information

#AA0B8D (or 0xAA0B8D) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0B and 8D. RGB value is (170,11,141). Sum of RGB (Red+Green+Blue) = 170+11+141=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B8D is #55F472. Grayscale: #494949. Windows color (decimal): -5633139 or 9243562. OLE color: 9243562.

HSL color Cylindrical-coordinate representation of color #AA0B8D: hue angle of 310.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B8D is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17011141-
CMYK00.940.170.33
HSL310.94º87.85%35.49%-
HSV(B)310.94º93.53%66.67%-
XYZ21.510.7126.13-
YUV73.36166.18196.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 11 (4.69% from 255) = 3.42%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=52.80%
G=3.42%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114100.940.170.33310.9487.8535.49
HexAAB8D05E11211375823
Octal252132150136214146713043
Binary1010101010111000110101011110100011000011001101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B8D; }

 p { color: rgb(170,11,141); }

 H1.HeaderClassName
 {
   color: #AA0B8D;
 }
 .AnyTagClassName
 {
   color: #AA0B8D;
 }
</style>
background-color css

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

 a { background-color: rgb(170,11,141); }

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

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

 span { border-color: rgb(170,11,141); }

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