#a95fb8

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

Shades of Deep Lilac #A95FB8

Tints of Deep Lilac #A95FB8

Color information

#A95FB8 (or 0xA95FB8) is unknown color: approx Deep Lilac. HEX triplet: A9, 5F and B8. RGB value is (169,95,184). Sum of RGB (Red+Green+Blue) = 169+95+184=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 95 (37.5% from 255 or 21.21% 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 #A95FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FB8 is #56A047. Grayscale: #7E7E7E. Windows color (decimal): -5677128 or 12083113. OLE color: 12083113.

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

Color convert

RGB16995184-
CMYK0.080.4800.28
HSL289.89º38.53%54.71%-
HSV(B)289.89º48.37%72.16%-
XYZ29.1120.0847.69-
YUV127.27160.02157.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=37.72%
G=21.21%
B=41.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169951840.080.4800.28289.8938.5354.71
HexA95FB883001C1222737
Octal25113727010600344424767
Binary101010011011111101110001000110000011100100100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95fb8; }

 p { color: rgb(169,95,184); }

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

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

 a { background-color: rgb(169,95,184); }

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

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

 span { border-color: rgb(169,95,184); }

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