#AB699F

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

Shades of Violet Blue #AB699F

Tints of Violet Blue #AB699F

Color information

#AB699F (or 0xAB699F) is unknown color: approx Violet Blue. HEX triplet: AB, 69 and 9F. RGB value is (171,105,159). Sum of RGB (Red+Green+Blue) = 171+105+159=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB699F is #549660. Grayscale: #828282. Windows color (decimal): -5543521 or 10447275. OLE color: 10447275.

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

Color convert

RGB171105159-
CMYK00.390.070.33
HSL310.91º28.21%54.12%-
HSV(B)310.91º38.6%67.06%-
XYZ28.121.2635.42-
YUV130.89143.87156.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=39.31%
G=24.14%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110515900.390.070.33310.9128.2154.12
HexAB699F0277211371c36
Octal2531512370477414673466
Binary10101011110100110011111010011111110000110011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB699F; }

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

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

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

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

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

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

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

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