#AB719A

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

Shades of Bouquet #AB719A

Tints of Bouquet #AB719A

Color information

#AB719A (or 0xAB719A) is unknown color: approx Bouquet. HEX triplet: AB, 71 and 9A. RGB value is (171,113,154). Sum of RGB (Red+Green+Blue) = 171+113+154=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB719A is #548E65. Grayscale: #868686. Windows color (decimal): -5541478 or 10121643. OLE color: 10121643.

HSL color Cylindrical-coordinate representation of color #AB719A: hue angle of 317.59º 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 #AB719A is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171113154-
CMYK00.340.100.33
HSL317.59º25.66%55.69%-
HSV(B)317.59º33.92%67.06%-
XYZ28.5322.833.47-
YUV135.02138.72153.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=39.04%
G=25.80%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111315400.340.100.33317.5925.6655.69
HexAB719A022A2113e1a38
Octal25316123204212414763270
Binary101010111110001100110100100010101010000110011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB719A; }

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

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

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

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

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

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

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

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