#A968BD

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

Shades of Deep Lilac #A968BD

Tints of Deep Lilac #A968BD

Color information

#A968BD (or 0xA968BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 68 and BD. RGB value is (169,104,189). Sum of RGB (Red+Green+Blue) = 169+104+189=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A968BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BD is #569742. Grayscale: #848484. Windows color (decimal): -5674819 or 12413097. OLE color: 12413097.

HSL color Cylindrical-coordinate representation of color #A968BD: hue angle of 285.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A968BD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169104189-
CMYK0.110.4500.26
HSL285.88º39.17%57.45%-
HSV(B)285.88º44.97%74.12%-
XYZ30.522.0150.79-
YUV133.12159.53153.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=36.58%
G=22.51%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691041890.110.4500.26285.8839.1757.45
HexA968BDB2D01A11e2739
Octal25115027513550324364771
Binary101010011101000101111011011101101011010100011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968BD; }

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

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

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

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

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

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

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

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