#A768BD

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

Shades of Deep Lilac #A768BD

Tints of Deep Lilac #A768BD

Color information

#A768BD (or 0xA768BD) is unknown color: approx Deep Lilac. HEX triplet: A7, 68 and BD. RGB value is (167,104,189). Sum of RGB (Red+Green+Blue) = 167+104+189=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A768BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768BD is #589742. Grayscale: #848484. Windows color (decimal): -5805891 or 12413095. OLE color: 12413095.

HSL color Cylindrical-coordinate representation of color #A768BD: hue angle of 284.47º 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 #A768BD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167104189-
CMYK0.120.4500.26
HSL284.47º39.17%57.45%-
HSV(B)284.47º44.97%74.12%-
XYZ30.0721.7950.77-
YUV132.53159.87152.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=36.30%
G=22.61%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671041890.120.4500.26284.4739.1757.45
HexA768BDC2D01A11c2739
Octal24715027514550324344771
Binary101001111101000101111011100101101011010100011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768BD; }

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

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

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

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

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

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

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

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