#AA5D98

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

Shades of Violet Blue #AA5D98

Tints of Violet Blue #AA5D98

Color information

#AA5D98 (or 0xAA5D98) is unknown color: approx Violet Blue. HEX triplet: AA, 5D and 98. RGB value is (170,93,152). Sum of RGB (Red+Green+Blue) = 170+93+152=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D98 is #55A267. Grayscale: #7A7A7A. Windows color (decimal): -5612136 or 9985450. OLE color: 9985450.

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

Color convert

RGB17093152-
CMYK00.450.110.33
HSL314.03º31.17%51.57%-
HSV(B)314.03º45.29%66.67%-
XYZ26.1618.6431.93-
YUV122.75144.51161.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=40.96%
G=22.41%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709315200.450.110.33314.0331.1751.57
HexAA5D9802DB2113a1f34
Octal25213523005513414723764
Binary101010101011101100110000101101101110000110011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D98; }

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

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

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

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

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

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

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

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