#AB689B

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

Shades of Violet Blue #AB689B

Tints of Violet Blue #AB689B

Color information

#AB689B (or 0xAB689B) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and 9B. RGB value is (171,104,155). Sum of RGB (Red+Green+Blue) = 171+104+155=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689B is #549764. Grayscale: #818181. Windows color (decimal): -5543781 or 10184875. OLE color: 10184875.

HSL color Cylindrical-coordinate representation of color #AB689B: hue angle of 314.33º 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 #AB689B is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB171104155-
CMYK00.390.090.33
HSL314.33º28.51%53.92%-
HSV(B)314.33º39.18%67.06%-
XYZ27.6620.9333.59-
YUV129.85142.2157.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=39.77%
G=24.19%
B=36.05%

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
Decimal17110415500.390.090.33314.3328.5153.92
HexAB689B02792113a1d36
Octal25315023304711414723566
Binary101010111101000100110110100111100110000110011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB689B; }

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

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

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

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

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

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

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

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