#A263BE

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

Shades of Deep Lilac #A263BE

Tints of Deep Lilac #A263BE

Color information

#A263BE (or 0xA263BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 63 and BE. RGB value is (162,99,190). Sum of RGB (Red+Green+Blue) = 162+99+190=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A263BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263BE is #5D9C41. Grayscale: #7F7F7F. Windows color (decimal): -6134850 or 12477346. OLE color: 12477346.

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

Color convert

RGB16299190-
CMYK0.150.4800.25
HSL281.54º41.18%56.67%-
HSV(B)281.54º47.89%74.51%-
XYZ28.6620.3251.13-
YUV128.21162.87152.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=35.92%
G=21.95%
B=42.13%

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
Decimal162991900.150.4800.25281.5441.1856.67
HexA263BEF3001911a2939
Octal24214327617600314325171
Binary101000101100011101111101111110000011001100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263BE; }

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

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

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

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

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

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

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

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