#AB6CBF

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

Shades of Deep Lilac #AB6CBF

Tints of Deep Lilac #AB6CBF

Color information

#AB6CBF (or 0xAB6CBF) is unknown color: approx Deep Lilac. HEX triplet: AB, 6C and BF. RGB value is (171,108,191). Sum of RGB (Red+Green+Blue) = 171+108+191=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CBF is #549340. Grayscale: #888888. Windows color (decimal): -5542721 or 12545195. OLE color: 12545195.

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

Color convert

RGB171108191-
CMYK0.100.4300.25
HSL285.54º39.34%58.63%-
HSV(B)285.54º43.46%74.9%-
XYZ31.5623.1452.09-
YUV136.3158.87152.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 191 (75% from 255) = 40.64%
R=36.38%
G=22.98%
B=40.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711081910.100.4300.25285.5439.3458.63
HexAB6CBFA2B01911e273b
Octal25315427712530314364773
Binary101010111101100101111111010101011011001100011110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CBF; }

 p { color: rgb(171,108,191); }

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

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

 a { background-color: rgb(171,108,191); }

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

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

 span { border-color: rgb(171,108,191); }

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