#AB7794

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

Shades of Bouquet #AB7794

Tints of Bouquet #AB7794

Color information

#AB7794 (or 0xAB7794) is unknown color: approx Bouquet. HEX triplet: AB, 77 and 94. RGB value is (171,119,148). Sum of RGB (Red+Green+Blue) = 171+119+148=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7794 is #54886B. Grayscale: #898989. Windows color (decimal): -5539948 or 9729963. OLE color: 9729963.

HSL color Cylindrical-coordinate representation of color #AB7794: hue angle of 326.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7794 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB171119148-
CMYK00.300.130.33
HSL326.54º23.64%56.86%-
HSV(B)326.54º30.41%67.06%-
XYZ28.7423.9931.13-
YUV137.85133.73151.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=39.04%
G=27.17%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111914800.300.130.33326.5423.6456.86
HexAB779401ED211471839
Octal25316722403615415073071
Binary10101011111011110010100011110110110000110100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7794; }

 p { color: rgb(171,119,148); }

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

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

 a { background-color: rgb(171,119,148); }

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

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

 span { border-color: rgb(171,119,148); }

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