#A755B6

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

Shades of Deep Lilac #A755B6

Tints of Deep Lilac #A755B6

Color information

#A755B6 (or 0xA755B6) is unknown color: approx Deep Lilac. HEX triplet: A7, 55 and B6. RGB value is (167,85,182). Sum of RGB (Red+Green+Blue) = 167+85+182=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #A755B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755B6 is #58AA49. Grayscale: #787878. Windows color (decimal): -5810762 or 11949479. OLE color: 11949479.

HSL color Cylindrical-coordinate representation of color #A755B6: hue angle of 290.72º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A755B6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16785182-
CMYK0.080.5300.29
HSL290.72º39.92%52.35%-
HSV(B)290.72º53.3%71.37%-
XYZ27.6318.0946.29-
YUV120.58162.67161.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=38.48%
G=19.59%
B=41.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167851820.080.5300.29290.7239.9252.35
HexA755B683501D1232834
Octal24712526610650354435064
Binary101001111010101101101101000110101011101100100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755B6; }

 p { color: rgb(167,85,182); }

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

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

 a { background-color: rgb(167,85,182); }

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

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

 span { border-color: rgb(167,85,182); }

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