#A761B8

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

Shades of Deep Lilac #A761B8

Tints of Deep Lilac #A761B8

Color information

#A761B8 (or 0xA761B8) is unknown color: approx Deep Lilac. HEX triplet: A7, 61 and B8. RGB value is (167,97,184). Sum of RGB (Red+Green+Blue) = 167+97+184=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #A761B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761B8 is #589E47. Grayscale: #7F7F7F. Windows color (decimal): -5807688 or 12083623. OLE color: 12083623.

HSL color Cylindrical-coordinate representation of color #A761B8: hue angle of 288.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A761B8 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16797184-
CMYK0.090.4700.28
HSL288.28º37.99%55.1%-
HSV(B)288.28º47.28%72.16%-
XYZ28.8620.2347.73-
YUV127.85159.69155.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=37.28%
G=21.65%
B=41.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167971840.090.4700.28288.2837.9955.1
HexA761B892F01C1202637
Octal24714127011570344404667
Binary101001111100001101110001001101111011100100100000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761B8; }

 p { color: rgb(167,97,184); }

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

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

 a { background-color: rgb(167,97,184); }

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

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

 span { border-color: rgb(167,97,184); }

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