#AB7295

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

Shades of Bouquet #AB7295

Tints of Bouquet #AB7295

Color information

#AB7295 (or 0xAB7295) is unknown color: approx Bouquet. HEX triplet: AB, 72 and 95. RGB value is (171,114,149). Sum of RGB (Red+Green+Blue) = 171+114+149=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7295 is #548D6A. Grayscale: #868686. Windows color (decimal): -5541227 or 9794219. OLE color: 9794219.

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

Color convert

RGB171114149-
CMYK00.330.130.33
HSL323.16º25.33%55.88%-
HSV(B)323.16º33.33%67.06%-
XYZ28.2422.8631.36-
YUV135.03135.88153.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=39.40%
G=26.27%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111414900.330.130.33323.1625.3355.88
HexAB7295021D211431938
Octal25316222504115415033170
Binary101010111110010100101010100001110110000110100001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7295; }

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

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

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

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

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

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

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

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