#AA62B5

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

Shades of Violet Blue #AA62B5

Tints of Violet Blue #AA62B5

Color information

#AA62B5 (or 0xAA62B5) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and B5. RGB value is (170,98,181). Sum of RGB (Red+Green+Blue) = 170+98+181=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA62B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62B5 is #559D4A. Grayscale: #808080. Windows color (decimal): -5610827 or 11887274. OLE color: 11887274.

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

Color convert

RGB17098181-
CMYK0.060.4600.29
HSL292.05º35.93%54.71%-
HSV(B)292.05º45.86%70.98%-
XYZ29.2920.6246.15-
YUV128.99157.35157.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=37.86%
G=21.83%
B=40.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170981810.060.4600.29292.0535.9354.71
HexAA62B562E01D1242437
Octal2521422656560354444467
Binary10101010110001010110101110101110011101100100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62B5; }

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

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

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

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

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

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

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

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