#A264C1

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

Shades of Deep Lilac #A264C1

Tints of Deep Lilac #A264C1

Color information

#A264C1 (or 0xA264C1) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and C1. RGB value is (162,100,193). Sum of RGB (Red+Green+Blue) = 162+100+193=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #A264C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264C1 is #5D9B3E. Grayscale: #808080. Windows color (decimal): -6134591 or 12674210. OLE color: 12674210.

HSL color Cylindrical-coordinate representation of color #A264C1: hue angle of 280º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A264C1 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162100193-
CMYK0.160.4800.24
HSL280º42.86%57.45%-
HSV(B)280º48.19%75.69%-
XYZ29.0820.6552.9-
YUV129.14164.04151.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=35.60%
G=21.98%
B=42.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621001930.160.4800.2428042.8657.45
HexA264C110300181182b39
Octal24214430120600304305371
Binary1010001011001001100000110000110000011000100011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264C1; }

 p { color: rgb(162,100,193); }

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

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

 a { background-color: rgb(162,100,193); }

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

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

 span { border-color: rgb(162,100,193); }

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