#A268B9

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

Shades of Deep Lilac #A268B9

Tints of Deep Lilac #A268B9

Color information

#A268B9 (or 0xA268B9) is unknown color: approx Deep Lilac. HEX triplet: A2, 68 and B9. RGB value is (162,104,185). Sum of RGB (Red+Green+Blue) = 162+104+185=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #A268B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268B9 is #5D9746. Grayscale: #828282. Windows color (decimal): -6133575 or 12150946. OLE color: 12150946.

HSL color Cylindrical-coordinate representation of color #A268B9: hue angle of 282.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A268B9 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162104185-
CMYK0.120.4400.27
HSL282.96º36.65%56.67%-
HSV(B)282.96º43.78%72.55%-
XYZ28.6121.0848.46-
YUV130.58158.72150.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=35.92%
G=23.06%
B=41.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621041850.120.4400.27282.9636.6556.67
HexA268B9C2C01B11b2539
Octal24215027114540334334571
Binary101000101101000101110011100101100011011100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268B9; }

 p { color: rgb(162,104,185); }

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

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

 a { background-color: rgb(162,104,185); }

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

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

 span { border-color: rgb(162,104,185); }

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