#AB7594

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

Shades of Bouquet #AB7594

Tints of Bouquet #AB7594

Color information

#AB7594 (or 0xAB7594) is unknown color: approx Bouquet. HEX triplet: AB, 75 and 94. RGB value is (171,117,148). Sum of RGB (Red+Green+Blue) = 171+117+148=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7594 is #548A6B. Grayscale: #888888. Windows color (decimal): -5540460 or 9729451. OLE color: 9729451.

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

Color convert

RGB171117148-
CMYK00.320.130.33
HSL325.56º24.32%56.47%-
HSV(B)325.56º31.58%67.06%-
XYZ28.523.5231.05-
YUV136.68134.39152.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=39.22%
G=26.83%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111714800.320.130.33325.5624.3256.47
HexAB7594020D211461838
Octal25316522404015415063070
Binary101010111110101100101000100000110110000110100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7594; }

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

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

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

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

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

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

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

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