#AB8297

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

Shades of Bouquet #AB8297

Tints of Bouquet #AB8297

Color information

#AB8297 (or 0xAB8297) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 97. RGB value is (171,130,151). Sum of RGB (Red+Green+Blue) = 171+130+151=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8297 is #547D68. Grayscale: #909090. Windows color (decimal): -5537129 or 9929387. OLE color: 9929387.

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

Color convert

RGB171130151-
CMYK00.240.120.33
HSL329.27º19.62%59.02%-
HSV(B)329.27º23.98%67.06%-
XYZ30.3626.8632.86-
YUV144.65131.58146.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=37.83%
G=28.76%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015100.240.120.33329.2719.6259.02
HexAB8297018C21149143b
Octal25320222703014415112473
Binary101010111000001010010111011000110010000110100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8297; }

 p { color: rgb(171,130,151); }

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

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

 a { background-color: rgb(171,130,151); }

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

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

 span { border-color: rgb(171,130,151); }

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