#A268BB

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

Shades of Deep Lilac #A268BB

Tints of Deep Lilac #A268BB

Color information

#A268BB (or 0xA268BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 68 and BB. RGB value is (162,104,187). Sum of RGB (Red+Green+Blue) = 162+104+187=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #A268BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268BB is #5D9744. Grayscale: #828282. Windows color (decimal): -6133573 or 12282018. OLE color: 12282018.

HSL color Cylindrical-coordinate representation of color #A268BB: hue angle of 281.93º degrees, saturation: 0.38, 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 #A268BB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162104187-
CMYK0.130.4400.27
HSL281.93º37.9%57.06%-
HSV(B)281.93º44.39%73.33%-
XYZ28.8221.1749.58-
YUV130.8159.72150.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=35.76%
G=22.96%
B=41.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621041870.130.4400.27281.9337.957.06
HexA268BBD2C01B11a2639
Octal24215027315540334324671
Binary101000101101000101110111101101100011011100011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268BB; }

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

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

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

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

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

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

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

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