#AB699B

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

Shades of Violet Blue #AB699B

Tints of Violet Blue #AB699B

Color information

#AB699B (or 0xAB699B) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and 9B. RGB value is (171,105,155). Sum of RGB (Red+Green+Blue) = 171+105+155=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699B is #549664. Grayscale: #828282. Windows color (decimal): -5543525 or 10185131. OLE color: 10185131.

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

Color convert

RGB171105155-
CMYK00.390.090.33
HSL314.55º28.21%54.12%-
HSV(B)314.55º38.6%67.06%-
XYZ27.7621.1333.63-
YUV130.43141.87156.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=39.68%
G=24.36%
B=35.96%

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
Decimal17110515500.390.090.33314.5528.2154.12
HexAB699B02792113b1c36
Octal25315123304711414733466
Binary101010111101001100110110100111100110000110011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB699B; }

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

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

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

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

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

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

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

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