#A74ABA

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

Shades of Deep Lilac #A74ABA

Tints of Deep Lilac #A74ABA

Color information

#A74ABA (or 0xA74ABA) is unknown color: approx Deep Lilac. HEX triplet: A7, 4A and BA. RGB value is (167,74,186). Sum of RGB (Red+Green+Blue) = 167+74+186=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #A74ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ABA is #58B545. Grayscale: #727272. Windows color (decimal): -5813574 or 12208807. OLE color: 12208807.

HSL color Cylindrical-coordinate representation of color #A74ABA: hue angle of 289.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74ABA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16774186-
CMYK0.100.6000.27
HSL289.82º44.8%50.98%-
HSV(B)289.82º60.22%72.94%-
XYZ27.2516.6648.23-
YUV114.57168.31165.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 74 (29.30% from 255) = 17.33%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=39.11%
G=17.33%
B=43.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167741860.100.6000.27289.8244.850.98
HexA74ABAA3C01B1222d33
Octal24711227212740334425563
Binary101001111001010101110101010111100011011100100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74ABA; }

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

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

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

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

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

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

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

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