#A95CBE

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

Shades of Deep Lilac #A95CBE

Tints of Deep Lilac #A95CBE

Color information

#A95CBE (or 0xA95CBE) is unknown color: approx Deep Lilac. HEX triplet: A9, 5C and BE. RGB value is (169,92,190). Sum of RGB (Red+Green+Blue) = 169+92+190=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A95CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CBE is #56A341. Grayscale: #7D7D7D. Windows color (decimal): -5677890 or 12475561. OLE color: 12475561.

HSL color Cylindrical-coordinate representation of color #A95CBE: hue angle of 287.14º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95CBE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16992190-
CMYK0.110.5200.25
HSL287.14º42.98%55.29%-
HSV(B)287.14º51.58%74.51%-
XYZ29.4819.8150.98-
YUV126.2164.01158.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=37.47%
G=20.40%
B=42.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169921900.110.5200.25287.1442.9855.29
HexA95CBEB3401911f2b37
Octal25113427613640314375367
Binary101010011011100101111101011110100011001100011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CBE; }

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

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

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

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

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

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

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

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