#AB7491

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

Shades of Bouquet #AB7491

Tints of Bouquet #AB7491

Color information

#AB7491 (or 0xAB7491) is unknown color: approx Bouquet. HEX triplet: AB, 74 and 91. RGB value is (171,116,145). Sum of RGB (Red+Green+Blue) = 171+116+145=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7491 is #548B6E. Grayscale: #878787. Windows color (decimal): -5540719 or 9532587. OLE color: 9532587.

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

Color convert

RGB171116145-
CMYK00.320.150.33
HSL328.36º24.66%56.27%-
HSV(B)328.36º32.16%67.06%-
XYZ28.1523.1929.78-
YUV135.75133.22153.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=39.58%
G=26.85%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111614500.320.150.33328.3624.6656.27
HexAB7491020F211481938
Octal25316422104017415103170
Binary101010111110100100100010100000111110000110100100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7491; }

 p { color: rgb(171,116,145); }

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

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

 a { background-color: rgb(171,116,145); }

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

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

 span { border-color: rgb(171,116,145); }

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