#A74EB4

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

Shades of Deep Lilac #A74EB4

Tints of Deep Lilac #A74EB4

Color information

#A74EB4 (or 0xA74EB4) is unknown color: approx Deep Lilac. HEX triplet: A7, 4E and B4. RGB value is (167,78,180). Sum of RGB (Red+Green+Blue) = 167+78+180=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #A74EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EB4 is #58B14B. Grayscale: #737373. Windows color (decimal): -5812556 or 11816615. OLE color: 11816615.

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

Color convert

RGB16778180-
CMYK0.070.5700.29
HSL292.35º40.48%50.59%-
HSV(B)292.35º56.67%70.59%-
XYZ26.916.9645.04-
YUV116.24163.99164.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=39.29%
G=18.35%
B=42.35%

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
Decimal167781800.070.5700.29292.3540.4850.59
HexA74EB473901D1242833
Octal2471162647710354445063
Binary10100111100111010110100111111001011101100100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EB4; }

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

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

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

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

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

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

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

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