#AB5EB1

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

Shades of Violet Blue #AB5EB1

Tints of Violet Blue #AB5EB1

Color information

#AB5EB1 (or 0xAB5EB1) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and B1. RGB value is (171,94,177). Sum of RGB (Red+Green+Blue) = 171+94+177=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB5EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EB1 is #54A14E. Grayscale: #7E7E7E. Windows color (decimal): -5546319 or 11624107. OLE color: 11624107.

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

Color convert

RGB17194177-
CMYK0.030.4700.31
HSL295.66º34.73%53.14%-
HSV(B)295.66º46.89%69.41%-
XYZ28.7319.8443.91-
YUV126.48156.51159.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=38.69%
G=21.27%
B=40.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171941770.030.4700.31295.6634.7353.14
HexAB5EB132F01F1282335
Octal2531362613570374504365
Binary1010101110111101011000111101111011111100101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EB1; }

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

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

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

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

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

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

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

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