#AB47A2

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

Shades of Violet Blue #AB47A2

Tints of Violet Blue #AB47A2

Color information

#AB47A2 (or 0xAB47A2) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and A2. RGB value is (171,71,162). Sum of RGB (Red+Green+Blue) = 171+71+162=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47A2 is #54B85D. Grayscale: #6F6F6F. Windows color (decimal): -5552222 or 10635179. OLE color: 10635179.

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

Color convert

RGB17171162-
CMYK00.580.050.33
HSL305.4º41.32%47.45%-
HSV(B)305.4º58.48%67.06%-
XYZ25.5715.7735.88-
YUV111.27156.63170.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=42.33%
G=17.57%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717116200.580.050.33305.441.3247.45
HexAB47A203A521131292f
Octal2531072420725414615157
Binary101010111000111101000100111010101100001100110001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47A2; }

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

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

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

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

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

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

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

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