#A954AC

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

Shades of Violet Blue #A954AC

Tints of Violet Blue #A954AC

Color information

#A954AC (or 0xA954AC) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and AC. RGB value is (169,84,172). Sum of RGB (Red+Green+Blue) = 169+84+172=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A954AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A954AC is #56AB53. Grayscale: #777777. Windows color (decimal): -5679956 or 11293865. OLE color: 11293865.

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

Color convert

RGB16984172-
CMYK0.020.5100.33
HSL297.95º34.65%50.2%-
HSV(B)297.95º51.16%67.45%-
XYZ26.9817.7541.03-
YUV119.45157.66163.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=39.76%
G=19.76%
B=40.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169841720.020.5100.33297.9534.6550.2
HexA954AC23302112a2332
Octal2511242542630414524362
Binary10101001101010010101100101100110100001100101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954AC; }

 p { color: rgb(169,84,172); }

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

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

 a { background-color: rgb(169,84,172); }

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

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

 span { border-color: rgb(169,84,172); }

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