#A84D9D

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

Shades of Violet Blue #A84D9D

Tints of Violet Blue #A84D9D

Color information

#A84D9D (or 0xA84D9D) is unknown color: approx Violet Blue. HEX triplet: A8, 4D and 9D. RGB value is (168,77,157). Sum of RGB (Red+Green+Blue) = 168+77+157=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84D9D is #57B262. Grayscale: #717171. Windows color (decimal): -5747299 or 10309032. OLE color: 10309032.

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

Color convert

RGB16877157-
CMYK00.540.070.34
HSL307.25º37.14%48.04%-
HSV(B)307.25º54.17%65.88%-
XYZ24.8916.0733.69-
YUV113.33152.65167-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=41.79%
G=19.15%
B=39.05%

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
Decimal1687715700.540.070.34307.2537.1448.04
HexA84D9D0367221332530
Octal2501152350667424634560
Binary101010001001101100111010110110111100010100110011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D9D; }

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

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

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

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

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

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

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

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