#AB5B9F

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

Shades of Violet Blue #AB5B9F

Tints of Violet Blue #AB5B9F

Color information

#AB5B9F (or 0xAB5B9F) is unknown color: approx Violet Blue. HEX triplet: AB, 5B and 9F. RGB value is (171,91,159). Sum of RGB (Red+Green+Blue) = 171+91+159=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5B9F is #54A460. Grayscale: #7A7A7A. Windows color (decimal): -5547105 or 10443691. OLE color: 10443691.

HSL color Cylindrical-coordinate representation of color #AB5B9F: hue angle of 309º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B9F is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17191159-
CMYK00.470.070.33
HSL309º32.26%51.37%-
HSV(B)309º46.78%67.06%-
XYZ26.7918.6434.99-
YUV122.67148.5162.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=40.62%
G=21.62%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719115900.470.070.3330932.2651.37
HexAB5B9F02F7211352033
Octal2531332370577414654063
Binary101010111011011100111110101111111100001100110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B9F; }

 p { color: rgb(171,91,159); }

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

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

 a { background-color: rgb(171,91,159); }

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

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

 span { border-color: rgb(171,91,159); }

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