#A968BB

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

Shades of Deep Lilac #A968BB

Tints of Deep Lilac #A968BB

Color information

#A968BB (or 0xA968BB) is unknown color: approx Deep Lilac. HEX triplet: A9, 68 and BB. RGB value is (169,104,187). Sum of RGB (Red+Green+Blue) = 169+104+187=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A968BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BB is #569744. Grayscale: #848484. Windows color (decimal): -5674821 or 12282025. OLE color: 12282025.

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

Color convert

RGB169104187-
CMYK0.100.4400.27
HSL286.99º37.9%57.06%-
HSV(B)286.99º44.39%73.33%-
XYZ30.2821.9249.65-
YUV132.9158.53153.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=36.74%
G=22.61%
B=40.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691041870.100.4400.27286.9937.957.06
HexA968BBA2C01B11f2639
Octal25115027312540334374671
Binary101010011101000101110111010101100011011100011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968BB; }

 p { color: rgb(169,104,187); }

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

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

 a { background-color: rgb(169,104,187); }

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

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

 span { border-color: rgb(169,104,187); }

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