#A84E9A

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

Shades of Violet Blue #A84E9A

Tints of Violet Blue #A84E9A

Color information

#A84E9A (or 0xA84E9A) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and 9A. RGB value is (168,78,154). Sum of RGB (Red+Green+Blue) = 168+78+154=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84E9A is #57B165. Grayscale: #717171. Windows color (decimal): -5747046 or 10112680. OLE color: 10112680.

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

Color convert

RGB16878154-
CMYK00.540.080.34
HSL309.33º36.59%48.24%-
HSV(B)309.33º53.57%65.88%-
XYZ24.7116.1132.38-
YUV113.57150.82166.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=42%
G=19.5%
B=38.5%

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
Decimal1687815400.540.080.34309.3336.5948.24
HexA84E9A0368221352530
Octal25011623206610424654560
Binary1010100010011101001101001101101000100010100110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E9A; }

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

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

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

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

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

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

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

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