#a74ec0

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

Shades of Deep Lilac #A74EC0

Tints of Deep Lilac #A74EC0

Color information

#A74EC0 (or 0xA74EC0) is unknown color: approx Deep Lilac. HEX triplet: A7, 4E and C0. RGB value is (167,78,192). Sum of RGB (Red+Green+Blue) = 167+78+192=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #A74EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EC0 is #58B13F. Grayscale: #757575. Windows color (decimal): -5812544 or 12603047. OLE color: 12603047.

HSL color Cylindrical-coordinate representation of color #A74EC0: hue angle of 286.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74EC0 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16778192-
CMYK0.130.5900.25
HSL286.84º47.5%52.94%-
HSV(B)286.84º59.38%75.29%-
XYZ28.1817.4751.76-
YUV117.61169.99163.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=38.22%
G=17.85%
B=43.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167781920.130.5900.25286.8447.552.94
HexA74EC0D3B01911f3035
Octal24711630015730314376065
Binary101001111001110110000001101111011011001100011111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74ec0; }

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

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

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

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

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

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

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

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