#A760C8

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

Shades of Deep Lilac #A760C8

Tints of Deep Lilac #A760C8

Color information

#A760C8 (or 0xA760C8) is unknown color: approx Deep Lilac. HEX triplet: A7, 60 and C8. RGB value is (167,96,200). Sum of RGB (Red+Green+Blue) = 167+96+200=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #A760C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760C8 is #589F37. Grayscale: #808080. Windows color (decimal): -5807928 or 13131943. OLE color: 13131943.

HSL color Cylindrical-coordinate representation of color #A760C8: hue angle of 280.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A760C8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16796200-
CMYK0.160.5200.22
HSL280.96º48.6%58.04%-
HSV(B)280.96º52%78.43%-
XYZ30.5420.7557.04-
YUV129.08168.02155.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=36.07%
G=20.73%
B=43.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167962000.160.5200.22280.9648.658.04
HexA760C81034016119313a
Octal24714031020640264316172
Binary1010011111000001100100010000110100010110100011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760C8; }

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

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

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

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

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

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

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

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