#A94ABD

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

Shades of Deep Lilac #A94ABD

Tints of Deep Lilac #A94ABD

Color information

#A94ABD (or 0xA94ABD) is unknown color: approx Deep Lilac. HEX triplet: A9, 4A and BD. RGB value is (169,74,189). Sum of RGB (Red+Green+Blue) = 169+74+189=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ABD is #56B542. Grayscale: #737373. Windows color (decimal): -5682499 or 12405417. OLE color: 12405417.

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

Color convert

RGB16974189-
CMYK0.110.6100.26
HSL289.57º46.56%51.57%-
HSV(B)289.57º60.85%74.12%-
XYZ2817.0149.95-
YUV115.51169.47166.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=39.12%
G=17.13%
B=43.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169741890.110.6100.26289.5746.5651.57
HexA94ABDB3D01A1222f34
Octal25111227513750324425764
Binary101010011001010101111011011111101011010100100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94ABD; }

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

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

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

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

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

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

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

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