#AB689D

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

Shades of Violet Blue #AB689D

Tints of Violet Blue #AB689D

Color information

#AB689D (or 0xAB689D) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and 9D. RGB value is (171,104,157). Sum of RGB (Red+Green+Blue) = 171+104+157=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689D is #549762. Grayscale: #818181. Windows color (decimal): -5543779 or 10315947. OLE color: 10315947.

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

Color convert

RGB171104157-
CMYK00.390.080.33
HSL312.54º28.51%53.92%-
HSV(B)312.54º39.18%67.06%-
XYZ27.8320.9934.48-
YUV130.07143.2157.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=39.58%
G=24.07%
B=36.34%

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
Decimal17110415700.390.080.33312.5428.5153.92
HexAB689D0278211391d36
Octal25315023504710414713566
Binary101010111101000100111010100111100010000110011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB689D; }

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

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

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

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

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

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

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

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