#A147AB

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

Shades of Violet Blue #A147AB

Tints of Violet Blue #A147AB

Color information

#A147AB (or 0xA147AB) is unknown color: approx Violet Blue. HEX triplet: A1, 47 and AB. RGB value is (161,71,171). Sum of RGB (Red+Green+Blue) = 161+71+171=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #A147AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A147AB is #5EB854. Grayscale: #6D6D6D. Windows color (decimal): -6207573 or 11224993. OLE color: 11224993.

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

Color convert

RGB16171171-
CMYK0.060.5800.33
HSL294º41.32%47.45%-
HSV(B)294º58.48%67.06%-
XYZ24.315.0240.15-
YUV109.31162.82164.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=39.95%
G=17.62%
B=42.43%

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
Decimal161711710.060.5800.3329441.3247.45
HexA147AB63A021126292f
Octal2411072536720414465157
Binary101000011000111101010111101110100100001100100110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A147AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A147AB; }

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

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

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

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

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

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

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

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