#AA4098

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

Shades of Medium Red Violet #AA4098

Tints of Medium Red Violet #AA4098

Color information

#AA4098 (or 0xAA4098) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 98. RGB value is (170,64,152). Sum of RGB (Red+Green+Blue) = 170+64+152=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4098 is #55BF67. Grayscale: #696969. Windows color (decimal): -5619560 or 9978026. OLE color: 9978026.

HSL color Cylindrical-coordinate representation of color #AA4098: hue angle of 310.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4098 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17064152-
CMYK00.620.110.33
HSL310.19º45.3%45.88%-
HSV(B)310.19º62.35%66.67%-
XYZ24.0814.4831.23-
YUV105.73154.12173.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=44.04%
G=16.58%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706415200.620.110.33310.1945.345.88
HexAA409803EB211362d2e
Octal25210023007613414665556
Binary1010101010000001001100001111101011100001100110110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4098; }

 p { color: rgb(170,64,152); }

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

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

 a { background-color: rgb(170,64,152); }

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

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

 span { border-color: rgb(170,64,152); }

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