#AB5AB1

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

Shades of Violet Blue #AB5AB1

Tints of Violet Blue #AB5AB1

Color information

#AB5AB1 (or 0xAB5AB1) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and B1. RGB value is (171,90,177). Sum of RGB (Red+Green+Blue) = 171+90+177=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB5AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AB1 is #54A54E. Grayscale: #7B7B7B. Windows color (decimal): -5547343 or 11623083. OLE color: 11623083.

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

Color convert

RGB17190177-
CMYK0.030.4900.31
HSL295.86º35.8%52.35%-
HSV(B)295.86º49.15%69.41%-
XYZ28.3919.1443.79-
YUV124.14157.84161.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=39.04%
G=20.55%
B=40.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171901770.030.4900.31295.8635.852.35
HexAB5AB133101F1282434
Octal2531322613610374504464
Binary1010101110110101011000111110001011111100101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AB1; }

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

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

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

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

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

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

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

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