#A645C4

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

Shades of Deep Lilac #A645C4

Tints of Deep Lilac #A645C4

Color information

#A645C4 (or 0xA645C4) is unknown color: approx Deep Lilac. HEX triplet: A6, 45 and C4. RGB value is (166,69,196). Sum of RGB (Red+Green+Blue) = 166+69+196=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #A645C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645C4 is #59BA3B. Grayscale: #707070. Windows color (decimal): -5880380 or 12862886. OLE color: 12862886.

HSL color Cylindrical-coordinate representation of color #A645C4: hue angle of 285.83º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A645C4 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16669196-
CMYK0.150.6500.23
HSL285.83º51.84%51.96%-
HSV(B)285.83º64.8%76.86%-
XYZ27.8216.3553.91-
YUV112.48175.14166.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=38.52%
G=16.01%
B=45.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166691960.150.6500.23285.8351.8451.96
HexA645C4F4101711e3434
Octal246105304171010274366464
Binary1010011010001011100010011111000001010111100011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645C4; }

 p { color: rgb(166,69,196); }

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

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

 a { background-color: rgb(166,69,196); }

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

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

 span { border-color: rgb(166,69,196); }

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