#A84EAB

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

Shades of Violet Blue #A84EAB

Tints of Violet Blue #A84EAB

Color information

#A84EAB (or 0xA84EAB) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and AB. RGB value is (168,78,171). Sum of RGB (Red+Green+Blue) = 168+78+171=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A84EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EAB is #57B154. Grayscale: #737373. Windows color (decimal): -5747029 or 11226792. OLE color: 11226792.

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

Color convert

RGB16878171-
CMYK0.020.5400.33
HSL298.06º37.35%48.82%-
HSV(B)298.06º54.39%67.06%-
XYZ26.2216.7140.37-
YUV115.51159.32165.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=40.29%
G=18.71%
B=41.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168781710.020.5400.33298.0637.3548.82
HexA84EAB23602112a2531
Octal2501162532660414524561
Binary10101000100111010101011101101100100001100101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EAB; }

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

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

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

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

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

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

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

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