#AB748F

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

Shades of Bouquet #AB748F

Tints of Bouquet #AB748F

Color information

#AB748F (or 0xAB748F) is unknown color: approx Bouquet. HEX triplet: AB, 74 and 8F. RGB value is (171,116,143). Sum of RGB (Red+Green+Blue) = 171+116+143=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748F is #548B70. Grayscale: #878787. Windows color (decimal): -5540721 or 9401515. OLE color: 9401515.

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

Color convert

RGB171116143-
CMYK00.320.160.33
HSL330.55º24.66%56.27%-
HSV(B)330.55º32.16%67.06%-
XYZ2823.1328.98-
YUV135.52132.22153.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=39.77%
G=26.98%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111614300.320.160.33330.5524.6656.27
HexAB748F020102114b1938
Octal25316421704020415133170
Binary1010101111101001000111101000001000010000110100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB748F; }

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

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

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

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

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

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

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

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