#AB47A1

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

Shades of Violet Blue #AB47A1

Tints of Violet Blue #AB47A1

Color information

#AB47A1 (or 0xAB47A1) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and A1. RGB value is (171,71,161). Sum of RGB (Red+Green+Blue) = 171+71+161=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47A1 is #54B85E. Grayscale: #6E6E6E. Windows color (decimal): -5552223 or 10569643. OLE color: 10569643.

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

Color convert

RGB17171161-
CMYK00.580.060.33
HSL306º41.32%47.45%-
HSV(B)306º58.48%67.06%-
XYZ25.4815.7435.41-
YUV111.16156.13170.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717116100.580.060.3330641.3247.45
HexAB47A103A621132292f
Octal2531072410726414625157
Binary101010111000111101000010111010110100001100110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47A1; }

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

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

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

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

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

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

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

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