#A84EAE

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

Shades of Violet Blue #A84EAE

Tints of Violet Blue #A84EAE

Color information

#A84EAE (or 0xA84EAE) is unknown color: approx Violet Blue. HEX triplet: A8, 4E and AE. RGB value is (168,78,174). Sum of RGB (Red+Green+Blue) = 168+78+174=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #A84EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EAE is #57B151. Grayscale: #737373. Windows color (decimal): -5747026 or 11423400. OLE color: 11423400.

HSL color Cylindrical-coordinate representation of color #A84EAE: hue angle of 296.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84EAE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16878174-
CMYK0.030.5500.32
HSL296.25º38.1%49.41%-
HSV(B)296.25º55.17%68.24%-
XYZ26.5116.8341.9-
YUV115.85160.82165.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=40%
G=18.57%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168781740.030.5500.32296.2538.149.41
HexA84EAE3370201282631
Octal2501162563670404504661
Binary10101000100111010101110111101110100000100101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84EAE; }

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

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

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

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

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

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

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

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