#A768BE

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

Shades of Deep Lilac #A768BE

Tints of Deep Lilac #A768BE

Color information

#A768BE (or 0xA768BE) is unknown color: approx Deep Lilac. HEX triplet: A7, 68 and BE. RGB value is (167,104,190). Sum of RGB (Red+Green+Blue) = 167+104+190=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A768BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768BE is #589741. Grayscale: #848484. Windows color (decimal): -5805890 or 12478631. OLE color: 12478631.

HSL color Cylindrical-coordinate representation of color #A768BE: hue angle of 283.95º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A768BE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167104190-
CMYK0.120.4500.25
HSL283.95º39.81%57.65%-
HSV(B)283.95º45.26%74.51%-
XYZ30.1821.8351.34-
YUV132.64160.37152.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=36.23%
G=22.56%
B=41.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671041900.120.4500.25283.9539.8157.65
HexA768BEC2D01911c283a
Octal24715027614550314345072
Binary101001111101000101111101100101101011001100011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768BE; }

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

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

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

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

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

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

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

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