#AB689C

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

Shades of Violet Blue #AB689C

Tints of Violet Blue #AB689C

Color information

#AB689C (or 0xAB689C) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and 9C. RGB value is (171,104,156). Sum of RGB (Red+Green+Blue) = 171+104+156=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689C is #549763. Grayscale: #818181. Windows color (decimal): -5543780 or 10250411. OLE color: 10250411.

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

Color convert

RGB171104156-
CMYK00.390.090.33
HSL313.43º28.51%53.92%-
HSV(B)313.43º39.18%67.06%-
XYZ27.7520.9634.04-
YUV129.96142.7157.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=39.68%
G=24.13%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110415600.390.090.33313.4328.5153.92
HexAB689C0279211391d36
Octal25315023404711414713566
Binary101010111101000100111000100111100110000110011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB689C; }

 p { color: rgb(171,104,156); }

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

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

 a { background-color: rgb(171,104,156); }

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

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

 span { border-color: rgb(171,104,156); }

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