#A84EAA

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

Shades of Violet Blue #A84EAA

Tints of Violet Blue #A84EAA

Color information

#A84EAA (or 0xA84EAA) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and AA. RGB value is (168,78,170). Sum of RGB (Red+Green+Blue) = 168+78+170=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A84EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EAA is #57B155. Grayscale: #737373. Windows color (decimal): -5747030 or 11161256. OLE color: 11161256.

HSL color Cylindrical-coordinate representation of color #A84EAA: hue angle of 298.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84EAA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16878170-
CMYK0.010.5400.33
HSL298.7º37.1%48.63%-
HSV(B)298.7º54.12%66.67%-
XYZ26.1316.6839.87-
YUV115.4158.82165.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=40.38%
G=18.75%
B=40.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168781700.010.5400.33298.737.148.63
HexA84EAA13602112b2531
Octal2501162521660414534561
Binary1010100010011101010101011101100100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EAA; }

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

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

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

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

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

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

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

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