#aa5fb4

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

Shades of Violet Blue #AA5FB4

Tints of Violet Blue #AA5FB4

Color information

#AA5FB4 (or 0xAA5FB4) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and B4. RGB value is (170,95,180). Sum of RGB (Red+Green+Blue) = 170+95+180=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA5FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FB4 is #55A04B. Grayscale: #7E7E7E. Windows color (decimal): -5611596 or 11820970. OLE color: 11820970.

HSL color Cylindrical-coordinate representation of color #AA5FB4: hue angle of 292.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5FB4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17095180-
CMYK0.060.4700.29
HSL292.94º36.17%53.92%-
HSV(B)292.94º47.22%70.59%-
XYZ28.9120.0345.52-
YUV127.12157.85158.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=38.20%
G=21.35%
B=40.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170951800.060.4700.29292.9436.1753.92
HexAA5FB462F01D1252436
Octal2521372646570354454466
Binary10101010101111110110100110101111011101100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5fb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5fb4; }

 p { color: rgb(170,95,180); }

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

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

 a { background-color: rgb(170,95,180); }

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

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

 span { border-color: rgb(170,95,180); }

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