#A95DBE

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

Shades of Deep Lilac #A95DBE

Tints of Deep Lilac #A95DBE

Color information

#A95DBE (or 0xA95DBE) is unknown color: approx Deep Lilac. HEX triplet: A9, 5D and BE. RGB value is (169,93,190). Sum of RGB (Red+Green+Blue) = 169+93+190=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A95DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DBE is #56A241. Grayscale: #7E7E7E. Windows color (decimal): -5677634 or 12475817. OLE color: 12475817.

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

Color convert

RGB16993190-
CMYK0.110.5100.25
HSL287.01º42.73%55.49%-
HSV(B)287.01º51.05%74.51%-
XYZ29.5719.9851.01-
YUV126.78163.68158.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=37.39%
G=20.58%
B=42.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169931900.110.5100.25287.0142.7355.49
HexA95DBEB3301911f2b37
Octal25113527613630314375367
Binary101010011011101101111101011110011011001100011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DBE; }

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

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

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

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

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

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

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

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