#A960BE

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

Shades of Deep Lilac #A960BE

Tints of Deep Lilac #A960BE

Color information

#A960BE (or 0xA960BE) is unknown color: approx Deep Lilac. HEX triplet: A9, 60 and BE. RGB value is (169,96,190). Sum of RGB (Red+Green+Blue) = 169+96+190=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A960BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960BE is #569F41. Grayscale: #808080. Windows color (decimal): -5676866 or 12476585. OLE color: 12476585.

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

Color convert

RGB16996190-
CMYK0.110.4900.25
HSL286.6º41.96%56.08%-
HSV(B)286.6º49.47%74.51%-
XYZ29.8420.5251.1-
YUV128.54162.68156.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=37.14%
G=21.10%
B=41.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169961900.110.4900.25286.641.9656.08
HexA960BEB3101911f2a38
Octal25114027613610314375270
Binary101010011100000101111101011110001011001100011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960BE; }

 p { color: rgb(169,96,190); }

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

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

 a { background-color: rgb(169,96,190); }

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

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

 span { border-color: rgb(169,96,190); }

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