#AB47A7

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

Shades of Violet Blue #AB47A7

Tints of Violet Blue #AB47A7

Color information

#AB47A7 (or 0xAB47A7) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and A7. RGB value is (171,71,167). Sum of RGB (Red+Green+Blue) = 171+71+167=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47A7 is #54B858. Grayscale: #6F6F6F. Windows color (decimal): -5552217 or 10962859. OLE color: 10962859.

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

Color convert

RGB17171167-
CMYK00.580.020.33
HSL302.4º41.32%47.45%-
HSV(B)302.4º58.48%67.06%-
XYZ26.0215.9538.27-
YUV111.84159.13170.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=41.81%
G=17.36%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717116700.580.020.33302.441.3247.45
HexAB47A703A22112e292f
Octal2531072470722414565157
Binary10101011100011110100111011101010100001100101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47A7; }

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

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

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

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

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

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

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

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