#A64BC1

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

Shades of Deep Lilac #A64BC1

Tints of Deep Lilac #A64BC1

Color information

#A64BC1 (or 0xA64BC1) is unknown color: approx Deep Lilac. HEX triplet: A6, 4B and C1. RGB value is (166,75,193). Sum of RGB (Red+Green+Blue) = 166+75+193=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #A64BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BC1 is #59B43E. Grayscale: #737373. Windows color (decimal): -5878847 or 12667814. OLE color: 12667814.

HSL color Cylindrical-coordinate representation of color #A64BC1: hue angle of 286.27º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64BC1 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16675193-
CMYK0.140.6100.24
HSL286.27º48.76%52.55%-
HSV(B)286.27º61.14%75.69%-
XYZ27.8716.9952.26-
YUV115.66171.65163.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=38.25%
G=17.28%
B=44.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166751930.140.6100.24286.2748.7652.55
HexA64BC1E3D01811e3135
Octal24611330116750304366165
Binary101001101001011110000011110111101011000100011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BC1; }

 p { color: rgb(166,75,193); }

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

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

 a { background-color: rgb(166,75,193); }

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

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

 span { border-color: rgb(166,75,193); }

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