#A84E9D

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

Shades of Violet Blue #A84E9D

Tints of Violet Blue #A84E9D

Color information

#A84E9D (or 0xA84E9D) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and 9D. RGB value is (168,78,157). Sum of RGB (Red+Green+Blue) = 168+78+157=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84E9D is #57B162. Grayscale: #717171. Windows color (decimal): -5747043 or 10309288. OLE color: 10309288.

HSL color Cylindrical-coordinate representation of color #A84E9D: hue angle of 307.33º 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 #A84E9D is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16878157-
CMYK00.540.070.34
HSL307.33º36.59%48.24%-
HSV(B)307.33º53.57%65.88%-
XYZ24.9616.2133.71-
YUV113.92152.32166.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=41.69%
G=19.35%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687815700.540.070.34307.3336.5948.24
HexA84E9D0367221332530
Octal2501162350667424634560
Binary101010001001110100111010110110111100010100110011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E9D; }

 p { color: rgb(168,78,157); }

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

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

 a { background-color: rgb(168,78,157); }

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

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

 span { border-color: rgb(168,78,157); }

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