#AA5FB5

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

Shades of Violet Blue #AA5FB5

Tints of Violet Blue #AA5FB5

Color information

#AA5FB5 (or 0xAA5FB5) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and B5. RGB value is (170,95,181). Sum of RGB (Red+Green+Blue) = 170+95+181=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA5FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FB5 is #55A04A. Grayscale: #7E7E7E. Windows color (decimal): -5611595 or 11886506. OLE color: 11886506.

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

Color convert

RGB17095181-
CMYK0.060.4800.29
HSL292.33º36.75%54.12%-
HSV(B)292.33º47.51%70.98%-
XYZ29.0120.0746.06-
YUV127.23158.35158.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=38.12%
G=21.30%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170951810.060.4800.29292.3336.7554.12
HexAA5FB563001D1242536
Octal2521372656600354444566
Binary10101010101111110110101110110000011101100100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FB5; }

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

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

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

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

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

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

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

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