#AB7396

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

Shades of Bouquet #AB7396

Tints of Bouquet #AB7396

Color information

#AB7396 (or 0xAB7396) is unknown color: approx Bouquet. HEX triplet: AB, 73 and 96. RGB value is (171,115,150). Sum of RGB (Red+Green+Blue) = 171+115+150=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7396 is #548C69. Grayscale: #878787. Windows color (decimal): -5540970 or 9860011. OLE color: 9860011.

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

Color convert

RGB171115150-
CMYK00.330.120.33
HSL322.5º25%56.08%-
HSV(B)322.5º32.75%67.06%-
XYZ28.4323.1231.82-
YUV135.73136.05153.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=39.22%
G=26.38%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111515000.330.120.33322.52556.08
HexAB7396021C211421938
Octal25316322604114415023170
Binary101010111110011100101100100001110010000110100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7396; }

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

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

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

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

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

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

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

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