#A854AE

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

Shades of Violet Blue #A854AE

Tints of Violet Blue #A854AE

Color information

#A854AE (or 0xA854AE) is unknown color: approx Violet Blue. HEX triplet: A8, 54 and AE. RGB value is (168,84,174). Sum of RGB (Red+Green+Blue) = 168+84+174=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #A854AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854AE is #57AB51. Grayscale: #777777. Windows color (decimal): -5745490 or 11424936. OLE color: 11424936.

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

Color convert

RGB16884174-
CMYK0.030.5200.32
HSL296º35.71%50.59%-
HSV(B)296º51.72%68.24%-
XYZ26.9617.7242.04-
YUV119.38158.83162.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=39.44%
G=19.72%
B=40.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168841740.030.5200.3229635.7150.59
HexA854AE3340201282433
Octal2501242563640404504463
Binary10101000101010010101110111101000100000100101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854AE; }

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

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

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

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

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

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

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

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