#A547AA

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

Shades of Violet Blue #A547AA

Tints of Violet Blue #A547AA

Color information

#A547AA (or 0xA547AA) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and AA. RGB value is (165,71,170). Sum of RGB (Red+Green+Blue) = 165+71+170=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #A547AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AA is #5AB855. Grayscale: #6E6E6E. Windows color (decimal): -5945430 or 11159461. OLE color: 11159461.

HSL color Cylindrical-coordinate representation of color #A547AA: hue angle of 296.97º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A547AA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16571170-
CMYK0.030.5800.33
HSL296.97º41.08%47.25%-
HSV(B)296.97º58.24%66.67%-
XYZ25.0315.4139.69-
YUV110.39161.64166.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=40.64%
G=17.49%
B=41.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165711700.030.5800.33296.9741.0847.25
HexA547AA33A021129292f
Octal2451072523720414515157
Binary10100101100011110101010111110100100001100101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547AA; }

 p { color: rgb(165,71,170); }

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

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

 a { background-color: rgb(165,71,170); }

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

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

 span { border-color: rgb(165,71,170); }

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