#AB659F

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

Shades of Violet Blue #AB659F

Tints of Violet Blue #AB659F

Color information

#AB659F (or 0xAB659F) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and 9F. RGB value is (171,101,159). Sum of RGB (Red+Green+Blue) = 171+101+159=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB659F is #549A60. Grayscale: #808080. Windows color (decimal): -5544545 or 10446251. OLE color: 10446251.

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

Color convert

RGB171101159-
CMYK00.410.070.33
HSL310.29º29.41%53.33%-
HSV(B)310.29º40.94%67.06%-
XYZ27.7120.4735.29-
YUV128.54145.19158.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=39.68%
G=23.43%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110115900.410.070.33310.2929.4153.33
HexAB659F0297211361d35
Octal2531452370517414663565
Binary10101011110010110011111010100111110000110011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB659F; }

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

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

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

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

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

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

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

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