#A640B0

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

Shades of Deep Lilac #A640B0

Tints of Deep Lilac #A640B0

Color information

#A640B0 (or 0xA640B0) is unknown color: approx Deep Lilac. HEX triplet: A6, 40 and B0. RGB value is (166,64,176). Sum of RGB (Red+Green+Blue) = 166+64+176=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 176 - color contains mainly: blue. Hex color #A640B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640B0 is #59BF4F. Grayscale: #6A6A6A. Windows color (decimal): -5881680 or 11550886. OLE color: 11550886.

HSL color Cylindrical-coordinate representation of color #A640B0: hue angle of 294.64º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A640B0 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16664176-
CMYK0.060.6400.31
HSL294.64º46.67%47.06%-
HSV(B)294.64º63.64%69.02%-
XYZ25.414.9142.61-
YUV107.27166.79169.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 176 (69.14% from 255) = 43.35%
R=40.89%
G=15.76%
B=43.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166641760.060.6400.31294.6446.6747.06
HexA640B064001F1272f2f
Octal24610026061000374475757
Binary101001101000000101100001101000000011111100100111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640B0; }

 p { color: rgb(166,64,176); }

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

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

 a { background-color: rgb(166,64,176); }

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

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

 span { border-color: rgb(166,64,176); }

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