#A94ABC

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

Shades of Deep Lilac #A94ABC

Tints of Deep Lilac #A94ABC

Color information

#A94ABC (or 0xA94ABC) is unknown color: approx Deep Lilac. HEX triplet: A9, 4A and BC. RGB value is (169,74,188). Sum of RGB (Red+Green+Blue) = 169+74+188=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A94ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ABC is #56B543. Grayscale: #737373. Windows color (decimal): -5682500 or 12339881. OLE color: 12339881.

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

Color convert

RGB16974188-
CMYK0.100.6100.26
HSL290º45.97%51.37%-
HSV(B)290º60.64%73.73%-
XYZ27.8916.9649.38-
YUV115.4168.97166.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=39.21%
G=17.17%
B=43.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169741880.100.6100.2629045.9751.37
HexA94ABCA3D01A1222e33
Octal25111227412750324425663
Binary101010011001010101111001010111101011010100100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94ABC; }

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

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

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

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

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

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

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

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