#A263BF

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

Shades of Deep Lilac #A263BF

Tints of Deep Lilac #A263BF

Color information

#A263BF (or 0xA263BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 63 and BF. RGB value is (162,99,191). Sum of RGB (Red+Green+Blue) = 162+99+191=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A263BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BF is #5D9C40. Grayscale: #808080. Windows color (decimal): -6134849 or 12542882. OLE color: 12542882.

HSL color Cylindrical-coordinate representation of color #A263BF: hue angle of 281.09º degrees, saturation: 0.42, 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 #A263BF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16299191-
CMYK0.150.4800.25
HSL281.09º41.82%56.86%-
HSV(B)281.09º48.17%74.9%-
XYZ28.7720.3751.71-
YUV128.32163.37152.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 191 (75% from 255) = 42.26%
R=35.84%
G=21.90%
B=42.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162991910.150.4800.25281.0941.8256.86
HexA263BFF300191192a39
Octal24214327717600314315271
Binary101000101100011101111111111110000011001100011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263BF; }

 p { color: rgb(162,99,191); }

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

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

 a { background-color: rgb(162,99,191); }

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

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

 span { border-color: rgb(162,99,191); }

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