#AA62A1

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

Shades of Violet Blue #AA62A1

Tints of Violet Blue #AA62A1

Color information

#AA62A1 (or 0xAA62A1) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and A1. RGB value is (170,98,161). Sum of RGB (Red+Green+Blue) = 170+98+161=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA62A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA62A1 is #559D5E. Grayscale: #7E7E7E. Windows color (decimal): -5610847 or 10576554. OLE color: 10576554.

HSL color Cylindrical-coordinate representation of color #AA62A1: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA62A1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17098161-
CMYK00.420.050.33
HSL307.5º29.75%52.55%-
HSV(B)307.5º42.35%66.67%-
XYZ27.3819.8536.11-
YUV126.71147.35158.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=39.63%
G=22.84%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709816100.420.050.33307.529.7552.55
HexAA62A102A5211341e35
Octal2521422410525414643665
Binary10101010110001010100001010101010110000110011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62A1; }

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

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

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

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

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

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

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

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