#AB729E

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

Shades of Bouquet #AB729E

Tints of Bouquet #AB729E

Color information

#AB729E (or 0xAB729E) is unknown color: approx Bouquet. HEX triplet: AB, 72 and 9E. RGB value is (171,114,158). Sum of RGB (Red+Green+Blue) = 171+114+158=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729E is #548D61. Grayscale: #878787. Windows color (decimal): -5541218 or 10384043. OLE color: 10384043.

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

Color convert

RGB171114158-
CMYK00.330.080.33
HSL313.68º25.33%55.88%-
HSV(B)313.68º33.33%67.06%-
XYZ28.9823.1635.29-
YUV136.06140.38152.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=38.60%
G=25.73%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111415800.330.080.33313.6825.3355.88
HexAB729E02182113a1938
Octal25316223604110414723170
Binary101010111110010100111100100001100010000110011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB729E; }

 p { color: rgb(171,114,158); }

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

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

 a { background-color: rgb(171,114,158); }

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

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

 span { border-color: rgb(171,114,158); }

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