#A260BF

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

Shades of Deep Lilac #A260BF

Tints of Deep Lilac #A260BF

Color information

#A260BF (or 0xA260BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 60 and BF. RGB value is (162,96,191). Sum of RGB (Red+Green+Blue) = 162+96+191=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A260BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BF is #5D9F40. Grayscale: #7E7E7E. Windows color (decimal): -6135617 or 12542114. OLE color: 12542114.

HSL color Cylindrical-coordinate representation of color #A260BF: hue angle of 281.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A260BF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16296191-
CMYK0.150.5000.25
HSL281.68º42.6%56.27%-
HSV(B)281.68º49.74%74.9%-
XYZ28.4919.8151.61-
YUV126.56164.37153.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 191 (75% from 255) = 42.54%
R=36.08%
G=21.38%
B=42.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162961910.150.5000.25281.6842.656.27
HexA260BFF3201911a2b38
Octal24214027717620314325370
Binary101000101100000101111111111110010011001100011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260BF; }

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

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

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

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

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

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

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

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