#AA0B8E

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

Shades of Medium Violet Red #AA0B8E

Tints of Medium Violet Red #AA0B8E

Color information

#AA0B8E (or 0xAA0B8E) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0B and 8E. RGB value is (170,11,142). Sum of RGB (Red+Green+Blue) = 170+11+142=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B8E is #55F471. Grayscale: #494949. Windows color (decimal): -5633138 or 9309098. OLE color: 9309098.

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

Color convert

RGB17011142-
CMYK00.940.160.33
HSL310.57º87.85%35.49%-
HSV(B)310.57º93.53%66.67%-
XYZ21.5810.7426.53-
YUV73.47166.68196.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 11 (4.69% from 255) = 3.41%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=52.63%
G=3.41%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114200.940.160.33310.5787.8535.49
HexAAB8E05E10211375823
Octal252132160136204146713043
Binary1010101010111000111001011110100001000011001101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B8E; }

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

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

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

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

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

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

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

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