#AB6F9F

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

Shades of Bouquet #AB6F9F

Tints of Bouquet #AB6F9F

Color information

#AB6F9F (or 0xAB6F9F) is unknown color: approx Bouquet. HEX triplet: AB, 6F and 9F. RGB value is (171,111,159). Sum of RGB (Red+Green+Blue) = 171+111+159=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6F9F is #549060. Grayscale: #868686. Windows color (decimal): -5541985 or 10448811. OLE color: 10448811.

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

Color convert

RGB171111159-
CMYK00.350.070.33
HSL312º26.32%55.29%-
HSV(B)312º35.09%67.06%-
XYZ28.7422.5335.64-
YUV134.41141.88154.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=38.78%
G=25.17%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111115900.350.070.3331226.3255.29
HexAB6F9F0237211381a37
Octal2531572370437414703267
Binary10101011110111110011111010001111110000110011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F9F; }

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

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

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

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

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

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

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

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