#A74FBB

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

Shades of Deep Lilac #A74FBB

Tints of Deep Lilac #A74FBB

Color information

#A74FBB (or 0xA74FBB) is unknown color: approx Deep Lilac. HEX triplet: A7, 4F and BB. RGB value is (167,79,187). Sum of RGB (Red+Green+Blue) = 167+79+187=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #A74FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FBB is #58B044. Grayscale: #757575. Windows color (decimal): -5812293 or 12275623. OLE color: 12275623.

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

Color convert

RGB16779187-
CMYK0.110.5800.27
HSL288.89º44.26%52.16%-
HSV(B)288.89º57.75%73.33%-
XYZ27.717.448.91-
YUV117.62167.15163.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=38.57%
G=18.24%
B=43.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167791870.110.5800.27288.8944.2652.16
HexA74FBBB3A01B1212c34
Octal24711727313720334415464
Binary101001111001111101110111011111010011011100100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FBB; }

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

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

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

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

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

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

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

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