#AB738F

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

Shades of Bouquet #AB738F

Tints of Bouquet #AB738F

Color information

#AB738F (or 0xAB738F) is unknown color: approx Bouquet. HEX triplet: AB, 73 and 8F. RGB value is (171,115,143). Sum of RGB (Red+Green+Blue) = 171+115+143=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB738F is #548C70. Grayscale: #868686. Windows color (decimal): -5540977 or 9401259. OLE color: 9401259.

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

Color convert

RGB171115143-
CMYK00.330.160.33
HSL330º25%56.08%-
HSV(B)330º32.75%67.06%-
XYZ27.8822.928.94-
YUV134.94132.55153.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=39.86%
G=26.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111514300.330.160.333302556.08
HexAB738F021102114a1938
Octal25316321704120415123170
Binary1010101111100111000111101000011000010000110100101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB738F; }

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

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

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

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

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

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

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

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