#A760BF

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

Shades of Deep Lilac #A760BF

Tints of Deep Lilac #A760BF

Color information

#A760BF (or 0xA760BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 60 and BF. RGB value is (167,96,191). Sum of RGB (Red+Green+Blue) = 167+96+191=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A760BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760BF is #589F40. Grayscale: #7F7F7F. Windows color (decimal): -5807937 or 12542119. OLE color: 12542119.

HSL color Cylindrical-coordinate representation of color #A760BF: hue angle of 284.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A760BF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16796191-
CMYK0.130.5000.25
HSL284.84º42.6%56.27%-
HSV(B)284.84º49.74%74.9%-
XYZ29.5220.3451.66-
YUV128.06163.52155.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 191 (75% from 255) = 42.07%
R=36.78%
G=21.15%
B=42.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167961910.130.5000.25284.8442.656.27
HexA760BFD3201911d2b38
Octal24714027715620314355370
Binary101001111100000101111111101110010011001100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760BF; }

 p { color: rgb(167,96,191); }

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

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

 a { background-color: rgb(167,96,191); }

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

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

 span { border-color: rgb(167,96,191); }

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