#A463BC

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

Shades of Deep Lilac #A463BC

Tints of Deep Lilac #A463BC

Color information

#A463BC (or 0xA463BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 63 and BC. RGB value is (164,99,188). Sum of RGB (Red+Green+Blue) = 164+99+188=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A463BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463BC is #5B9C43. Grayscale: #808080. Windows color (decimal): -6003780 or 12346276. OLE color: 12346276.

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

Color convert

RGB16499188-
CMYK0.130.4700.26
HSL283.82º39.91%56.27%-
HSV(B)283.82º47.34%73.73%-
XYZ28.8520.4550-
YUV128.58161.53153.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=36.36%
G=21.95%
B=41.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164991880.130.4700.26283.8239.9156.27
HexA463BCD2F01A11c2838
Octal24414327415570324345070
Binary101001001100011101111001101101111011010100011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463BC; }

 p { color: rgb(164,99,188); }

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

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

 a { background-color: rgb(164,99,188); }

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

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

 span { border-color: rgb(164,99,188); }

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