#A94EBD

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

Shades of Deep Lilac #A94EBD

Tints of Deep Lilac #A94EBD

Color information

#A94EBD (or 0xA94EBD) is unknown color: approx Deep Lilac. HEX triplet: A9, 4E and BD. RGB value is (169,78,189). Sum of RGB (Red+Green+Blue) = 169+78+189=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EBD is #56B142. Grayscale: #757575. Windows color (decimal): -5681475 or 12406441. OLE color: 12406441.

HSL color Cylindrical-coordinate representation of color #A94EBD: hue angle of 289.19º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94EBD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16978189-
CMYK0.110.5900.26
HSL289.19º45.68%52.35%-
HSV(B)289.19º58.73%74.12%-
XYZ28.2717.5650.04-
YUV117.86168.15164.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=38.76%
G=17.89%
B=43.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169781890.110.5900.26289.1945.6852.35
HexA94EBDB3B01A1212e34
Octal25111627513730324415664
Binary101010011001110101111011011111011011010100100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EBD; }

 p { color: rgb(169,78,189); }

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

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

 a { background-color: rgb(169,78,189); }

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

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

 span { border-color: rgb(169,78,189); }

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