#A854AA

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

Shades of Violet Blue #A854AA

Tints of Violet Blue #A854AA

Color information

#A854AA (or 0xA854AA) is unknown color: approx Violet Blue. HEX triplet: A8, 54 and AA. RGB value is (168,84,170). Sum of RGB (Red+Green+Blue) = 168+84+170=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A854AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854AA is #57AB55. Grayscale: #767676. Windows color (decimal): -5745494 or 11162792. OLE color: 11162792.

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

Color convert

RGB16884170-
CMYK0.010.5100.33
HSL298.6º33.86%49.8%-
HSV(B)298.6º50.59%66.67%-
XYZ26.5717.5740.02-
YUV118.92156.83163.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=39.81%
G=19.91%
B=40.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168841700.010.5100.33298.633.8649.8
HexA854AA13302112b2232
Octal2501242521630414534262
Binary1010100010101001010101011100110100001100101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854AA; }

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

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

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

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

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

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

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

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