#A644BC

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

Shades of Deep Lilac #A644BC

Tints of Deep Lilac #A644BC

Color information

#A644BC (or 0xA644BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 44 and BC. RGB value is (166,68,188). Sum of RGB (Red+Green+Blue) = 166+68+188=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A644BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644BC is #59BB43. Grayscale: #6E6E6E. Windows color (decimal): -5880644 or 12338342. OLE color: 12338342.

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

Color convert

RGB16668188-
CMYK0.120.6400.26
HSL289º47.24%50.2%-
HSV(B)289º63.83%73.73%-
XYZ26.8715.8749.22-
YUV110.98171.47167.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=39.34%
G=16.11%
B=44.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166681880.120.6400.2628947.2450.2
HexA644BCC4001A1212f32
Octal246104274141000324415762
Binary1010011010001001011110011001000000011010100100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644BC; }

 p { color: rgb(166,68,188); }

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

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

 a { background-color: rgb(166,68,188); }

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

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

 span { border-color: rgb(166,68,188); }

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