#AA65BC

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

Shades of Deep Lilac #AA65BC

Tints of Deep Lilac #AA65BC

Color information

#AA65BC (or 0xAA65BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 65 and BC. RGB value is (170,101,188). Sum of RGB (Red+Green+Blue) = 170+101+188=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BC is #559A43. Grayscale: #838383. Windows color (decimal): -5610052 or 12346794. OLE color: 12346794.

HSL color Cylindrical-coordinate representation of color #AA65BC: hue angle of 287.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA65BC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170101188-
CMYK0.100.4600.26
HSL287.59º39.37%56.67%-
HSV(B)287.59º46.28%73.73%-
XYZ30.3121.4850.13-
YUV131.55159.86155.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=37.04%
G=22.00%
B=40.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701011880.100.4600.26287.5939.3756.67
HexAA65BCA2E01A1202739
Octal25214527412560324404771
Binary101010101100101101111001010101110011010100100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65BC; }

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

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

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

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

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

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

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

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