#A547A3

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

Shades of Violet Blue #A547A3

Tints of Violet Blue #A547A3

Color information

#A547A3 (or 0xA547A3) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and A3. RGB value is (165,71,163). Sum of RGB (Red+Green+Blue) = 165+71+163=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A547A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547A3 is #5AB85C. Grayscale: #6D6D6D. Windows color (decimal): -5945437 or 10700709. OLE color: 10700709.

HSL color Cylindrical-coordinate representation of color #A547A3: hue angle of 301.28º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A547A3 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16571163-
CMYK00.570.010.35
HSL301.28º39.83%46.27%-
HSV(B)301.28º56.97%64.71%-
XYZ24.3815.1536.29-
YUV109.59158.14167.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=41.35%
G=17.79%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657116300.570.010.35301.2839.8346.27
HexA547A303912312d282e
Octal2451072430711434555056
Binary1010010110001111010001101110011100011100101101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547A3; }

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

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

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

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

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

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

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

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