#A954AE

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

Shades of Violet Blue #A954AE

Tints of Violet Blue #A954AE

Color information

#A954AE (or 0xA954AE) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and AE. RGB value is (169,84,174). Sum of RGB (Red+Green+Blue) = 169+84+174=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #A954AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A954AE is #56AB51. Grayscale: #777777. Windows color (decimal): -5679954 or 11424937. OLE color: 11424937.

HSL color Cylindrical-coordinate representation of color #A954AE: hue angle of 296.67º 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 #A954AE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16984174-
CMYK0.030.5200.32
HSL296.67º35.71%50.59%-
HSV(B)296.67º51.72%68.24%-
XYZ27.1717.8342.05-
YUV119.68158.66163.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=39.58%
G=19.67%
B=40.75%

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
Decimal169841740.030.5200.32296.6735.7150.59
HexA954AE3340201292433
Octal2511242563640404514463
Binary10101001101010010101110111101000100000100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954AE; }

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

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

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

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

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

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

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

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