#A854A4

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

Shades of Violet Blue #A854A4

Tints of Violet Blue #A854A4

Color information

#A854A4 (or 0xA854A4) is unknown color: approx Violet Blue. HEX triplet: A8, 54 and A4. RGB value is (168,84,164). Sum of RGB (Red+Green+Blue) = 168+84+164=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A854A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854A4 is #57AB5B. Grayscale: #767676. Windows color (decimal): -5745500 or 10769576. OLE color: 10769576.

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

Color convert

RGB16884164-
CMYK00.50.020.34
HSL302.86º33.33%49.41%-
HSV(B)302.86º50%65.88%-
XYZ26.0217.3537.1-
YUV118.24153.83163.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=40.38%
G=20.19%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688416400.50.020.34302.8633.3349.41
HexA854A403222212f2131
Octal2501242440622424574161
Binary10101000101010010100100011001010100010100101111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854A4; }

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

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

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

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

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

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

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

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