#A740BC

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

Shades of Deep Lilac #A740BC

Tints of Deep Lilac #A740BC

Color information

#A740BC (or 0xA740BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 40 and BC. RGB value is (167,64,188). Sum of RGB (Red+Green+Blue) = 167+64+188=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A740BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740BC is #58BF43. Grayscale: #6C6C6C. Windows color (decimal): -5816132 or 12337319. OLE color: 12337319.

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

Color convert

RGB16764188-
CMYK0.110.6600.26
HSL289.84º49.21%49.41%-
HSV(B)289.84º65.96%73.73%-
XYZ26.8515.5149.16-
YUV108.93172.62169.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=39.86%
G=15.27%
B=44.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167641880.110.6600.26289.8449.2149.41
HexA740BCB4201A1223131
Octal247100274131020324426161
Binary1010011110000001011110010111000010011010100100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A740BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A740BC; }

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

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

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

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

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

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

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

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