#AA62C5

Color #AA62C5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA62C5

Tints of Deep Lilac #AA62C5

Color information

#AA62C5 (or 0xAA62C5) is unknown color: approx Deep Lilac. HEX triplet: AA, 62 and C5. RGB value is (170,98,197). Sum of RGB (Red+Green+Blue) = 170+98+197=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA62C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62C5 is #559D3A. Grayscale: #828282. Windows color (decimal): -5610811 or 12935850. OLE color: 12935850.

HSL color Cylindrical-coordinate representation of color #AA62C5: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA62C5 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17098197-
CMYK0.140.5000.23
HSL283.64º46.05%57.84%-
HSV(B)283.64º50.25%77.25%-
XYZ31.0221.3155.3-
YUV130.81165.35155.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 21.08%
BLUE value IS 197 (77.34% from 255) = 42.37%
R=36.56%
G=21.08%
B=42.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170981970.140.5000.23283.6446.0557.84
HexAA62C5E3201711c2e3a
Octal25214230516620274345672
Binary101010101100010110001011110110010010111100011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62C5; }

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

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

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

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

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

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

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

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