#A954AD

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

Shades of Violet Blue #A954AD

Tints of Violet Blue #A954AD

Color information

#A954AD (or 0xA954AD) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and AD. RGB value is (169,84,173). Sum of RGB (Red+Green+Blue) = 169+84+173=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A954AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A954AD is #56AB52. Grayscale: #777777. Windows color (decimal): -5679955 or 11359401. OLE color: 11359401.

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

Color convert

RGB16984173-
CMYK0.020.5100.32
HSL297.3º35.18%50.39%-
HSV(B)297.3º51.45%67.84%-
XYZ27.0817.7941.54-
YUV119.56158.16163.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=39.67%
G=19.72%
B=40.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169841730.020.5100.32297.335.1850.39
HexA954AD2330201292332
Octal2511242552630404514362
Binary10101001101010010101101101100110100000100101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954AD; }

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

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

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

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

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

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

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

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