#A263BD

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

Shades of Deep Lilac #A263BD

Tints of Deep Lilac #A263BD

Color information

#A263BD (or 0xA263BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 63 and BD. RGB value is (162,99,189). Sum of RGB (Red+Green+Blue) = 162+99+189=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A263BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BD is #5D9C42. Grayscale: #7F7F7F. Windows color (decimal): -6134851 or 12411810. OLE color: 12411810.

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

Color convert

RGB16299189-
CMYK0.140.4800.26
HSL282º40.54%56.47%-
HSV(B)282º47.62%74.12%-
XYZ28.5520.2850.55-
YUV128.1162.37152.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 189 (74.22% from 255) = 42%
R=36%
G=22%
B=42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162991890.140.4800.2628240.5456.47
HexA263BDE3001A11a2938
Octal24214327516600324325170
Binary101000101100011101111011110110000011010100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263BD; }

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

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

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

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

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

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

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

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