#A84D9A

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

Shades of Violet Blue #A84D9A

Tints of Violet Blue #A84D9A

Color information

#A84D9A (or 0xA84D9A) is unknown color: approx Violet Blue. HEX triplet: A8, 4D and 9A. RGB value is (168,77,154). Sum of RGB (Red+Green+Blue) = 168+77+154=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84D9A is #57B265. Grayscale: #707070. Windows color (decimal): -5747302 or 10112424. OLE color: 10112424.

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

Color convert

RGB16877154-
CMYK00.540.080.34
HSL309.23º37.14%48.04%-
HSV(B)309.23º54.17%65.88%-
XYZ24.6415.9732.36-
YUV112.99151.15167.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=42.11%
G=19.30%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687715400.540.080.34309.2337.1448.04
HexA84D9A0368221352530
Octal25011523206610424654560
Binary1010100010011011001101001101101000100010100110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D9A; }

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

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

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

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

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

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

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

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