#A74DB4

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

Shades of Deep Lilac #A74DB4

Tints of Deep Lilac #A74DB4

Color information

#A74DB4 (or 0xA74DB4) is unknown color: approx Deep Lilac. HEX triplet: A7, 4D and B4. RGB value is (167,77,180). Sum of RGB (Red+Green+Blue) = 167+77+180=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #A74DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DB4 is #58B24B. Grayscale: #737373. Windows color (decimal): -5812812 or 11816359. OLE color: 11816359.

HSL color Cylindrical-coordinate representation of color #A74DB4: hue angle of 292.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74DB4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16777180-
CMYK0.070.5700.29
HSL292.43º40.71%50.39%-
HSV(B)292.43º57.22%70.59%-
XYZ26.8316.8245.01-
YUV115.65164.32164.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=39.39%
G=18.16%
B=42.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167771800.070.5700.29292.4340.7150.39
HexA74DB473901D1242932
Octal2471152647710354445162
Binary10100111100110110110100111111001011101100100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74DB4; }

 p { color: rgb(167,77,180); }

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

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

 a { background-color: rgb(167,77,180); }

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

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

 span { border-color: rgb(167,77,180); }

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