#a862ba

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

Shades of Deep Lilac #A862BA

Tints of Deep Lilac #A862BA

Color information

#A862BA (or 0xA862BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 62 and BA. RGB value is (168,98,186). Sum of RGB (Red+Green+Blue) = 168+98+186=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A862BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BA is #579D45. Grayscale: #808080. Windows color (decimal): -5741894 or 12214952. OLE color: 12214952.

HSL color Cylindrical-coordinate representation of color #A862BA: hue angle of 287.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A862BA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16898186-
CMYK0.100.4700.27
HSL287.73º38.94%55.69%-
HSV(B)287.73º47.31%72.94%-
XYZ29.3820.6148.88-
YUV128.96160.19155.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=37.17%
G=21.68%
B=41.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168981860.100.4700.27287.7338.9455.69
HexA862BAA2F01B1202738
Octal25014227212570334404770
Binary101010001100010101110101010101111011011100100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a862ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a862ba; }

 p { color: rgb(168,98,186); }

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

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

 a { background-color: rgb(168,98,186); }

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

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

 span { border-color: rgb(168,98,186); }

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