#A968B7

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

Shades of Deep Lilac #A968B7

Tints of Deep Lilac #A968B7

Color information

#A968B7 (or 0xA968B7) is unknown color: approx Deep Lilac. HEX triplet: A9, 68 and B7. RGB value is (169,104,183). Sum of RGB (Red+Green+Blue) = 169+104+183=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #A968B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968B7 is #569748. Grayscale: #848484. Windows color (decimal): -5674825 or 12019881. OLE color: 12019881.

HSL color Cylindrical-coordinate representation of color #A968B7: hue angle of 289.37º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A968B7 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169104183-
CMYK0.080.4300.28
HSL289.37º35.43%56.27%-
HSV(B)289.37º43.17%71.76%-
XYZ29.8621.7547.43-
YUV132.44156.53154.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=37.06%
G=22.81%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691041830.080.4300.28289.3735.4356.27
HexA968B782B01C1212338
Octal25115026710530344414370
Binary101010011101000101101111000101011011100100100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968B7; }

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

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

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

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

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

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

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

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