#AA5DB0

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

Shades of Violet Blue #AA5DB0

Tints of Violet Blue #AA5DB0

Color information

#AA5DB0 (or 0xAA5DB0) is unknown color: approx Violet Blue. HEX triplet: AA, 5D and B0. RGB value is (170,93,176). Sum of RGB (Red+Green+Blue) = 170+93+176=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA5DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DB0 is #55A24F. Grayscale: #7D7D7D. Windows color (decimal): -5612112 or 11558314. OLE color: 11558314.

HSL color Cylindrical-coordinate representation of color #AA5DB0: hue angle of 295.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5DB0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17093176-
CMYK0.030.4700.31
HSL295.66º34.44%52.75%-
HSV(B)295.66º47.16%69.02%-
XYZ28.3319.5143.35-
YUV125.48156.51159.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=38.72%
G=21.18%
B=40.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170931760.030.4700.31295.6634.4452.75
HexAA5DB032F01F1282235
Octal2521352603570374504265
Binary1010101010111011011000011101111011111100101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DB0; }

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

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

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

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

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

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

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

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