#A74ABE

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

Shades of Deep Lilac #A74ABE

Tints of Deep Lilac #A74ABE

Color information

#A74ABE (or 0xA74ABE) is unknown color: approx Deep Lilac. HEX triplet: A7, 4A and BE. RGB value is (167,74,190). Sum of RGB (Red+Green+Blue) = 167+74+190=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A74ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ABE is #58B541. Grayscale: #727272. Windows color (decimal): -5813570 or 12470951. OLE color: 12470951.

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

Color convert

RGB16774190-
CMYK0.120.6100.25
HSL288.1º47.15%51.76%-
HSV(B)288.1º61.05%74.51%-
XYZ27.6816.8350.5-
YUV115.03170.31165.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=38.75%
G=17.17%
B=44.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167741900.120.6100.25288.147.1551.76
HexA74ABEC3D0191202f34
Octal24711227614750314405764
Binary101001111001010101111101100111101011001100100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74ABE; }

 p { color: rgb(167,74,190); }

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

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

 a { background-color: rgb(167,74,190); }

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

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

 span { border-color: rgb(167,74,190); }

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