#A954A5

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

Shades of Violet Blue #A954A5

Tints of Violet Blue #A954A5

Color information

#A954A5 (or 0xA954A5) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and A5. RGB value is (169,84,165). Sum of RGB (Red+Green+Blue) = 169+84+165=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A954A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A954A5 is #56AB5A. Grayscale: #767676. Windows color (decimal): -5679963 or 10835113. OLE color: 10835113.

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

Color convert

RGB16984165-
CMYK00.500.020.34
HSL302.82º33.6%49.61%-
HSV(B)302.82º50.3%66.27%-
XYZ26.3217.4937.59-
YUV118.65154.16163.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=40.43%
G=20.10%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698416500.500.020.34302.8233.649.61
HexA954A503222212f2232
Octal2511242450622424574262
Binary10101001101010010100101011001010100010100101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954A5; }

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

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

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

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

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

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

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

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