#A262BA

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

Shades of Deep Lilac #A262BA

Tints of Deep Lilac #A262BA

Color information

#A262BA (or 0xA262BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 62 and BA. RGB value is (162,98,186). Sum of RGB (Red+Green+Blue) = 162+98+186=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A262BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262BA is #5D9D45. Grayscale: #7E7E7E. Windows color (decimal): -6135110 or 12214946. OLE color: 12214946.

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

Color convert

RGB16298186-
CMYK0.130.4700.27
HSL283.64º38.94%55.69%-
HSV(B)283.64º47.31%72.94%-
XYZ28.1319.9648.82-
YUV127.17161.2152.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=36.32%
G=21.97%
B=41.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162981860.130.4700.27283.6438.9455.69
HexA262BAD2F01B11c2738
Octal24214227215570334344770
Binary101000101100010101110101101101111011011100011100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262BA; }

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

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

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

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

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

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

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

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