#AB7196

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

Shades of Bouquet #AB7196

Tints of Bouquet #AB7196

Color information

#AB7196 (or 0xAB7196) is unknown color: approx Bouquet. HEX triplet: AB, 71 and 96. RGB value is (171,113,150). Sum of RGB (Red+Green+Blue) = 171+113+150=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7196 is #548E69. Grayscale: #868686. Windows color (decimal): -5541482 or 9859499. OLE color: 9859499.

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

Color convert

RGB171113150-
CMYK00.340.120.33
HSL321.72º25.66%55.69%-
HSV(B)321.72º33.92%67.06%-
XYZ28.222.6731.74-
YUV134.56136.72153.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=39.40%
G=26.04%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111315000.340.120.33321.7225.6655.69
HexAB7196022C211421a38
Octal25316122604214415023270
Binary101010111110001100101100100010110010000110100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7196; }

 p { color: rgb(171,113,150); }

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

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

 a { background-color: rgb(171,113,150); }

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

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

 span { border-color: rgb(171,113,150); }

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