#AA65B7

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

Shades of Deep Lilac #AA65B7

Tints of Deep Lilac #AA65B7

Color information

#AA65B7 (or 0xAA65B7) is unknown color: approx Deep Lilac. HEX triplet: AA, 65 and B7. RGB value is (170,101,183). Sum of RGB (Red+Green+Blue) = 170+101+183=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA65B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65B7 is #559A48. Grayscale: #828282. Windows color (decimal): -5610057 or 12019114. OLE color: 12019114.

HSL color Cylindrical-coordinate representation of color #AA65B7: hue angle of 290.49º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA65B7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170101183-
CMYK0.070.4500.28
HSL290.49º36.28%55.69%-
HSV(B)290.49º44.81%71.76%-
XYZ29.7821.2747.34-
YUV130.98157.36155.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=37.44%
G=22.25%
B=40.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701011830.070.4500.28290.4936.2855.69
HexAA65B772D01C1222438
Octal2521452677550344424470
Binary10101010110010110110111111101101011100100100010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65B7; }

 p { color: rgb(170,101,183); }

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

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

 a { background-color: rgb(170,101,183); }

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

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

 span { border-color: rgb(170,101,183); }

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