#AB7397

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

Shades of Bouquet #AB7397

Tints of Bouquet #AB7397

Color information

#AB7397 (or 0xAB7397) is unknown color: approx Bouquet. HEX triplet: AB, 73 and 97. RGB value is (171,115,151). Sum of RGB (Red+Green+Blue) = 171+115+151=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7397 is #548C68. Grayscale: #878787. Windows color (decimal): -5540969 or 9925547. OLE color: 9925547.

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

Color convert

RGB171115151-
CMYK00.330.120.33
HSL321.43º25%56.08%-
HSV(B)321.43º32.75%67.06%-
XYZ28.5123.1532.24-
YUV135.85136.55153.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=39.13%
G=26.32%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111515100.330.120.33321.432556.08
HexAB7397021C211411938
Octal25316322704114415013170
Binary101010111110011100101110100001110010000110100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7397; }

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

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

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

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

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

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

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

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