#A742BB

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

Shades of Deep Lilac #A742BB

Tints of Deep Lilac #A742BB

Color information

#A742BB (or 0xA742BB) is unknown color: approx Deep Lilac. HEX triplet: A7, 42 and BB. RGB value is (167,66,187). Sum of RGB (Red+Green+Blue) = 167+66+187=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #A742BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742BB is #58BD44. Grayscale: #6D6D6D. Windows color (decimal): -5815621 or 12272295. OLE color: 12272295.

HSL color Cylindrical-coordinate representation of color #A742BB: hue angle of 290.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A742BB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16766187-
CMYK0.110.6500.27
HSL290.08º47.83%49.61%-
HSV(B)290.08º64.71%73.33%-
XYZ26.8515.748.63-
YUV109.99171.46168.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=39.76%
G=15.71%
B=44.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167661870.110.6500.27290.0847.8349.61
HexA742BBB4101B1223032
Octal247102273131010334426062
Binary1010011110000101011101110111000001011011100100010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742BB; }

 p { color: rgb(167,66,187); }

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

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

 a { background-color: rgb(167,66,187); }

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

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

 span { border-color: rgb(167,66,187); }

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