#AB509F

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

Shades of Violet Blue #AB509F

Tints of Violet Blue #AB509F

Color information

#AB509F (or 0xAB509F) is unknown color: approx Violet Blue. HEX triplet: AB, 50 and 9F. RGB value is (171,80,159). Sum of RGB (Red+Green+Blue) = 171+80+159=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB509F is #54AF60. Grayscale: #737373. Windows color (decimal): -5549921 or 10440875. OLE color: 10440875.

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

Color convert

RGB17180159-
CMYK00.530.070.33
HSL307.91º36.25%49.22%-
HSV(B)307.91º53.22%67.06%-
XYZ25.9216.934.7-
YUV116.22152.15167.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=41.71%
G=19.51%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718015900.530.070.33307.9136.2549.22
HexAB509F0357211342431
Octal2531202370657414644461
Binary101010111010000100111110110101111100001100110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB509F; }

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

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

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

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

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

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

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

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