#A463BE

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

Shades of Deep Lilac #A463BE

Tints of Deep Lilac #A463BE

Color information

#A463BE (or 0xA463BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 63 and BE. RGB value is (164,99,190). Sum of RGB (Red+Green+Blue) = 164+99+190=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A463BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463BE is #5B9C41. Grayscale: #808080. Windows color (decimal): -6003778 or 12477348. OLE color: 12477348.

HSL color Cylindrical-coordinate representation of color #A463BE: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A463BE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16499190-
CMYK0.140.4800.25
HSL282.86º41.18%56.67%-
HSV(B)282.86º47.89%74.51%-
XYZ29.0720.5351.15-
YUV128.81162.53153.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=36.20%
G=21.85%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164991900.140.4800.25282.8641.1856.67
HexA463BEE3001911b2939
Octal24414327616600314335171
Binary101001001100011101111101110110000011001100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463BE; }

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

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

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

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

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

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

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

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