#A740BA

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

Shades of Deep Lilac #A740BA

Tints of Deep Lilac #A740BA

Color information

#A740BA (or 0xA740BA) is unknown color: approx Deep Lilac. HEX triplet: A7, 40 and BA. RGB value is (167,64,186). Sum of RGB (Red+Green+Blue) = 167+64+186=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A740BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740BA is #58BF45. Grayscale: #6C6C6C. Windows color (decimal): -5816134 or 12206247. OLE color: 12206247.

HSL color Cylindrical-coordinate representation of color #A740BA: hue angle of 290.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A740BA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16764186-
CMYK0.100.6600.27
HSL290.66º48.8%49.02%-
HSV(B)290.66º65.59%72.94%-
XYZ26.6315.4348.03-
YUV108.71171.62169.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=40.05%
G=15.35%
B=44.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167641860.100.6600.27290.6648.849.02
HexA740BAA4201B1233131
Octal247100272121020334436161
Binary1010011110000001011101010101000010011011100100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A740BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A740BA; }

 p { color: rgb(167,64,186); }

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

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

 a { background-color: rgb(167,64,186); }

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

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

 span { border-color: rgb(167,64,186); }

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