#AB54B1

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

Shades of Violet Blue #AB54B1

Tints of Violet Blue #AB54B1

Color information

#AB54B1 (or 0xAB54B1) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and B1. RGB value is (171,84,177). Sum of RGB (Red+Green+Blue) = 171+84+177=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB54B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54B1 is #54AB4E. Grayscale: #787878. Windows color (decimal): -5548879 or 11621547. OLE color: 11621547.

HSL color Cylindrical-coordinate representation of color #AB54B1: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB54B1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17184177-
CMYK0.030.5300.31
HSL296.13º37.35%51.18%-
HSV(B)296.13º52.54%69.41%-
XYZ27.918.1743.63-
YUV120.62159.82163.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=39.58%
G=19.44%
B=40.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171841770.030.5300.31296.1337.3551.18
HexAB54B133501F1282533
Octal2531242613650374504563
Binary1010101110101001011000111110101011111100101000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54B1; }

 p { color: rgb(171,84,177); }

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

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

 a { background-color: rgb(171,84,177); }

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

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

 span { border-color: rgb(171,84,177); }

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