#A84AB4

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

Shades of Deep Lilac #A84AB4

Tints of Deep Lilac #A84AB4

Color information

#A84AB4 (or 0xA84AB4) is unknown color: approx Deep Lilac. HEX triplet: A8, 4A and B4. RGB value is (168,74,180). Sum of RGB (Red+Green+Blue) = 168+74+180=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #A84AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84AB4 is #57B54B. Grayscale: #717171. Windows color (decimal): -5748044 or 11815592. OLE color: 11815592.

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

Color convert

RGB16874180-
CMYK0.070.5900.29
HSL293.21º41.73%49.8%-
HSV(B)293.21º58.89%70.59%-
XYZ26.8416.5244.95-
YUV114.19165.14166.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=39.81%
G=17.54%
B=42.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168741800.070.5900.29293.2141.7349.8
HexA84AB473B01D1252a32
Octal2501122647730354455262
Binary10101000100101010110100111111011011101100100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84AB4; }

 p { color: rgb(168,74,180); }

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

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

 a { background-color: rgb(168,74,180); }

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

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

 span { border-color: rgb(168,74,180); }

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