#A547AE

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

Shades of Violet Blue #A547AE

Tints of Violet Blue #A547AE

Color information

#A547AE (or 0xA547AE) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and AE. RGB value is (165,71,174). Sum of RGB (Red+Green+Blue) = 165+71+174=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #A547AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AE is #5AB851. Grayscale: #6E6E6E. Windows color (decimal): -5945426 or 11421605. OLE color: 11421605.

HSL color Cylindrical-coordinate representation of color #A547AE: hue angle of 294.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A547AE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16571174-
CMYK0.050.5900.32
HSL294.76º42.04%48.04%-
HSV(B)294.76º59.2%68.24%-
XYZ25.4115.5641.71-
YUV110.85163.64166.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=40.24%
G=17.32%
B=42.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165711740.050.5900.32294.7642.0448.04
HexA547AE53B0201272a30
Octal2451072565730404475260
Binary101001011000111101011101011110110100000100100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547AE; }

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

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

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

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

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

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

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

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