#A65ABE

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

Shades of Deep Lilac #A65ABE

Tints of Deep Lilac #A65ABE

Color information

#A65ABE (or 0xA65ABE) is unknown color: approx Deep Lilac. HEX triplet: A6, 5A and BE. RGB value is (166,90,190). Sum of RGB (Red+Green+Blue) = 166+90+190=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABE is #59A541. Grayscale: #7B7B7B. Windows color (decimal): -5875010 or 12475046. OLE color: 12475046.

HSL color Cylindrical-coordinate representation of color #A65ABE: hue angle of 285.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65ABE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16690190-
CMYK0.130.5300.25
HSL285.6º43.48%54.9%-
HSV(B)285.6º52.63%74.51%-
XYZ28.6819.1450.9-
YUV124.12165.18157.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=37.22%
G=20.18%
B=42.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166901900.130.5300.25285.643.4854.9
HexA65ABED3501911e2b37
Octal24613227615650314365367
Binary101001101011010101111101101110101011001100011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65ABE; }

 p { color: rgb(166,90,190); }

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

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

 a { background-color: rgb(166,90,190); }

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

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

 span { border-color: rgb(166,90,190); }

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