#A554A9

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

Shades of Violet Blue #A554A9

Tints of Violet Blue #A554A9

Color information

#A554A9 (or 0xA554A9) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and A9. RGB value is (165,84,169). Sum of RGB (Red+Green+Blue) = 165+84+169=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #A554A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A9 is #5AAB56. Grayscale: #757575. Windows color (decimal): -5942103 or 11097253. OLE color: 11097253.

HSL color Cylindrical-coordinate representation of color #A554A9: hue angle of 297.18º 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 #A554A9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16584169-
CMYK0.020.5000.34
HSL297.18º33.6%49.61%-
HSV(B)297.18º50.3%66.27%-
XYZ25.8517.239.49-
YUV117.91156.84161.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165841690.020.5000.34297.1833.649.61
HexA554A92320221292232
Octal2451242512620424514262
Binary10100101101010010101001101100100100010100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A554A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A554A9; }

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

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

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

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

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

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

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

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