#A84DA0

Color #A84DA0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A84DA0

Tints of Violet Blue #A84DA0

Color information

#A84DA0 (or 0xA84DA0) is unknown color: approx Violet Blue. HEX triplet: A8, 4D and A0. RGB value is (168,77,160). Sum of RGB (Red+Green+Blue) = 168+77+160=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A84DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84DA0 is #57B25F. Grayscale: #717171. Windows color (decimal): -5747296 or 10505640. OLE color: 10505640.

HSL color Cylindrical-coordinate representation of color #A84DA0: hue angle of 305.27º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16877160-
CMYK00.540.050.34
HSL305.27º37.14%48.04%-
HSV(B)305.27º54.17%65.88%-
XYZ25.1516.1735.05-
YUV113.67154.15166.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=41.48%
G=19.01%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687716000.540.050.34305.2737.1448.04
HexA84DA00365221312530
Octal2501152400665424614560
Binary101010001001101101000000110110101100010100110001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DA0; }

 p { color: rgb(168,77,160); }

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

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

 a { background-color: rgb(168,77,160); }

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

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

 span { border-color: rgb(168,77,160); }

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