#A047AB

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

Shades of Violet Blue #A047AB

Tints of Violet Blue #A047AB

Color information

#A047AB (or 0xA047AB) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and AB. RGB value is (160,71,171). Sum of RGB (Red+Green+Blue) = 160+71+171=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #A047AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047AB is #5FB854. Grayscale: #6C6C6C. Windows color (decimal): -6273109 or 11224992. OLE color: 11224992.

HSL color Cylindrical-coordinate representation of color #A047AB: hue angle of 293.4º 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 #A047AB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16071171-
CMYK0.060.5800.33
HSL293.4º41.32%47.45%-
HSV(B)293.4º58.48%67.06%-
XYZ24.114.9240.14-
YUV109.01162.99164.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=39.80%
G=17.66%
B=42.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160711710.060.5800.33293.441.3247.45
HexA047AB63A021125292f
Octal2401072536720414455157
Binary101000001000111101010111101110100100001100100101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047AB; }

 p { color: rgb(160,71,171); }

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

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

 a { background-color: rgb(160,71,171); }

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

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

 span { border-color: rgb(160,71,171); }

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