#A262BF

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

Shades of Deep Lilac #A262BF

Tints of Deep Lilac #A262BF

Color information

#A262BF (or 0xA262BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 62 and BF. RGB value is (162,98,191). Sum of RGB (Red+Green+Blue) = 162+98+191=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A262BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262BF is #5D9D40. Grayscale: #7F7F7F. Windows color (decimal): -6135105 or 12542626. OLE color: 12542626.

HSL color Cylindrical-coordinate representation of color #A262BF: hue angle of 281.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A262BF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16298191-
CMYK0.150.4900.25
HSL281.29º42.08%56.67%-
HSV(B)281.29º48.69%74.9%-
XYZ28.6720.1851.67-
YUV127.74163.7152.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 191 (75% from 255) = 42.35%
R=35.92%
G=21.73%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162981910.150.4900.25281.2942.0856.67
HexA262BFF310191192a39
Octal24214227717610314315271
Binary101000101100010101111111111110001011001100011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262BF; }

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

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

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

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

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

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

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

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