#A84FC0

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

Shades of Deep Lilac #A84FC0

Tints of Deep Lilac #A84FC0

Color information

#A84FC0 (or 0xA84FC0) is unknown color: approx Deep Lilac. HEX triplet: A8, 4F and C0. RGB value is (168,79,192). Sum of RGB (Red+Green+Blue) = 168+79+192=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #A84FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FC0 is #57B03F. Grayscale: #767676. Windows color (decimal): -5746752 or 12603304. OLE color: 12603304.

HSL color Cylindrical-coordinate representation of color #A84FC0: hue angle of 287.26º 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 #A84FC0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16879192-
CMYK0.120.5900.25
HSL287.26º47.28%53.14%-
HSV(B)287.26º58.85%75.29%-
XYZ28.4617.7251.79-
YUV118.49169.49163.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 79 (31.25% from 255) = 18.00%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=38.27%
G=18.00%
B=43.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168791920.120.5900.25287.2647.2853.14
HexA84FC0C3B01911f2f35
Octal25011730014730314375765
Binary101010001001111110000001100111011011001100011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FC0; }

 p { color: rgb(168,79,192); }

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

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

 a { background-color: rgb(168,79,192); }

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

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

 span { border-color: rgb(168,79,192); }

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