#AA62AD

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

Shades of Violet Blue #AA62AD

Tints of Violet Blue #AA62AD

Color information

#AA62AD (or 0xAA62AD) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and AD. RGB value is (170,98,173). Sum of RGB (Red+Green+Blue) = 170+98+173=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62AD is #559D52. Grayscale: #7F7F7F. Windows color (decimal): -5610835 or 11362986. OLE color: 11362986.

HSL color Cylindrical-coordinate representation of color #AA62AD: hue angle of 297.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA62AD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17098173-
CMYK0.020.4300.32
HSL297.6º31.38%53.14%-
HSV(B)297.6º43.35%67.84%-
XYZ28.4920.341.95-
YUV128.08153.35157.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=38.55%
G=22.22%
B=39.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170981730.020.4300.32297.631.3853.14
HexAA62AD22B02012a1f35
Octal2521422552530404523765
Binary1010101011000101010110110101011010000010010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62AD; }

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

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

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

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

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

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

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

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