#AA0B8C

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

Shades of Medium Violet Red #AA0B8C

Tints of Medium Violet Red #AA0B8C

Color information

#AA0B8C (or 0xAA0B8C) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0B and 8C. RGB value is (170,11,140). Sum of RGB (Red+Green+Blue) = 170+11+140=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B8C is #55F473. Grayscale: #484848. Windows color (decimal): -5633140 or 9178026. OLE color: 9178026.

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

Color convert

RGB17011140-
CMYK00.940.180.33
HSL311.32º87.85%35.49%-
HSV(B)311.32º93.53%66.67%-
XYZ21.4310.6825.74-
YUV73.25165.68197.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=52.96%
G=3.43%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701114000.940.180.33311.3287.8535.49
HexAAB8C05E12211375823
Octal252132140136224146713043
Binary1010101010111000110001011110100101000011001101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B8C; }

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

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

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

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

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

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

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

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