#AB6B9F

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

Shades of Violet Blue #AB6B9F

Tints of Violet Blue #AB6B9F

Color information

#AB6B9F (or 0xAB6B9F) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and 9F. RGB value is (171,107,159). Sum of RGB (Red+Green+Blue) = 171+107+159=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B9F is #549460. Grayscale: #838383. Windows color (decimal): -5543009 or 10447787. OLE color: 10447787.

HSL color Cylindrical-coordinate representation of color #AB6B9F: hue angle of 311.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B9F is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB171107159-
CMYK00.370.070.33
HSL311.25º27.59%54.51%-
HSV(B)311.25º37.43%67.06%-
XYZ28.3121.6835.49-
YUV132.06143.2155.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=39.13%
G=24.49%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110715900.370.070.33311.2527.5954.51
HexAB6B9F0257211371c37
Octal2531532370457414673467
Binary10101011110101110011111010010111110000110011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B9F; }

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

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

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

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

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

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

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

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