#A760BE

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

Shades of Deep Lilac #A760BE

Tints of Deep Lilac #A760BE

Color information

#A760BE (or 0xA760BE) is unknown color: approx Deep Lilac. HEX triplet: A7, 60 and BE. RGB value is (167,96,190). Sum of RGB (Red+Green+Blue) = 167+96+190=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A760BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760BE is #589F41. Grayscale: #7F7F7F. Windows color (decimal): -5807938 or 12476583. OLE color: 12476583.

HSL color Cylindrical-coordinate representation of color #A760BE: hue angle of 285.32º 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 #A760BE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16796190-
CMYK0.120.4900.25
HSL285.32º41.96%56.08%-
HSV(B)285.32º49.47%74.51%-
XYZ29.4120.351.08-
YUV127.94163.02155.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=36.87%
G=21.19%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167961900.120.4900.25285.3241.9656.08
HexA760BEC3101911d2a38
Octal24714027614610314355270
Binary101001111100000101111101100110001011001100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760BE; }

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

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

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

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

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

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

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

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