#A262BB

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

Shades of Deep Lilac #A262BB

Tints of Deep Lilac #A262BB

Color information

#A262BB (or 0xA262BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 62 and BB. RGB value is (162,98,187). Sum of RGB (Red+Green+Blue) = 162+98+187=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #A262BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262BB is #5D9D44. Grayscale: #7E7E7E. Windows color (decimal): -6135109 or 12280482. OLE color: 12280482.

HSL color Cylindrical-coordinate representation of color #A262BB: hue angle of 283.15º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A262BB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16298187-
CMYK0.130.4800.27
HSL283.15º39.56%55.88%-
HSV(B)283.15º47.59%73.33%-
XYZ28.242049.39-
YUV127.28161.7152.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=36.24%
G=21.92%
B=41.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162981870.130.4800.27283.1539.5655.88
HexA262BBD3001B11b2838
Octal24214227315600334335070
Binary101000101100010101110111101110000011011100011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262BB; }

 p { color: rgb(162,98,187); }

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

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

 a { background-color: rgb(162,98,187); }

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

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

 span { border-color: rgb(162,98,187); }

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