#A840B0

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

Shades of Deep Lilac #A840B0

Tints of Deep Lilac #A840B0

Color information

#A840B0 (or 0xA840B0) is unknown color: approx Deep Lilac. HEX triplet: A8, 40 and B0. RGB value is (168,64,176). Sum of RGB (Red+Green+Blue) = 168+64+176=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #A840B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A840B0 is #57BF4F. Grayscale: #6B6B6B. Windows color (decimal): -5750608 or 11550888. OLE color: 11550888.

HSL color Cylindrical-coordinate representation of color #A840B0: hue angle of 295.71º 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 #A840B0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16864176-
CMYK0.050.6400.31
HSL295.71º46.67%47.06%-
HSV(B)295.71º63.64%69.02%-
XYZ25.8215.1342.63-
YUV107.86166.46170.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 176 (69.14% from 255) = 43.14%
R=41.18%
G=15.69%
B=43.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168641760.050.6400.31295.7146.6747.06
HexA840B054001F1282f2f
Octal25010026051000374505757
Binary101010001000000101100001011000000011111100101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A840B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A840B0; }

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

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

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

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

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

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

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

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