#AB689E

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

Shades of Violet Blue #AB689E

Tints of Violet Blue #AB689E

Color information

#AB689E (or 0xAB689E) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and 9E. RGB value is (171,104,158). Sum of RGB (Red+Green+Blue) = 171+104+158=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689E is #549761. Grayscale: #828282. Windows color (decimal): -5543778 or 10381483. OLE color: 10381483.

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

Color convert

RGB171104158-
CMYK00.390.080.33
HSL311.64º28.51%53.92%-
HSV(B)311.64º39.18%67.06%-
XYZ27.9221.0334.94-
YUV130.19143.7157.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=39.49%
G=24.02%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110415800.390.080.33311.6428.5153.92
HexAB689E0278211381d36
Octal25315023604710414703566
Binary101010111101000100111100100111100010000110011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB689E; }

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

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

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

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

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

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

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

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