#A65BB5

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

Shades of Deep Lilac #A65BB5

Tints of Deep Lilac #A65BB5

Color information

#A65BB5 (or 0xA65BB5) is unknown color: approx Deep Lilac. HEX triplet: A6, 5B and B5. RGB value is (166,91,181). Sum of RGB (Red+Green+Blue) = 166+91+181=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #A65BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BB5 is #59A44A. Grayscale: #7B7B7B. Windows color (decimal): -5874763 or 11885478. OLE color: 11885478.

HSL color Cylindrical-coordinate representation of color #A65BB5: hue angle of 290º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65BB5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16691181-
CMYK0.080.5000.29
HSL290º37.82%53.33%-
HSV(B)290º49.72%70.98%-
XYZ27.8118.9345.9-
YUV123.68160.35158.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=37.90%
G=20.78%
B=41.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166911810.080.5000.2929037.8253.33
HexA65BB583201D1222635
Octal24613326510620354424665
Binary101001101011011101101011000110010011101100100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65BB5; }

 p { color: rgb(166,91,181); }

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

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

 a { background-color: rgb(166,91,181); }

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

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

 span { border-color: rgb(166,91,181); }

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