#A95CB7

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

Shades of Deep Lilac #A95CB7

Tints of Deep Lilac #A95CB7

Color information

#A95CB7 (or 0xA95CB7) is unknown color: approx Deep Lilac. HEX triplet: A9, 5C and B7. RGB value is (169,92,183). Sum of RGB (Red+Green+Blue) = 169+92+183=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #A95CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CB7 is #56A348. Grayscale: #7D7D7D. Windows color (decimal): -5677897 or 12016809. OLE color: 12016809.

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

Color convert

RGB16992183-
CMYK0.080.5000.28
HSL290.77º38.72%53.92%-
HSV(B)290.77º49.73%71.76%-
XYZ28.7419.5147.05-
YUV125.4160.51159.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=38.06%
G=20.72%
B=41.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169921830.080.5000.28290.7738.7253.92
HexA95CB783201C1232736
Octal25113426710620344434766
Binary101010011011100101101111000110010011100100100011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CB7; }

 p { color: rgb(169,92,183); }

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

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

 a { background-color: rgb(169,92,183); }

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

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

 span { border-color: rgb(169,92,183); }

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