#AB7494

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

Shades of Bouquet #AB7494

Tints of Bouquet #AB7494

Color information

#AB7494 (or 0xAB7494) is unknown color: approx Bouquet. HEX triplet: AB, 74 and 94. RGB value is (171,116,148). Sum of RGB (Red+Green+Blue) = 171+116+148=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7494 is #548B6B. Grayscale: #888888. Windows color (decimal): -5540716 or 9729195. OLE color: 9729195.

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

Color convert

RGB171116148-
CMYK00.320.130.33
HSL325.09º24.66%56.27%-
HSV(B)325.09º32.16%67.06%-
XYZ28.3923.2931.02-
YUV136.09134.72152.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=39.31%
G=26.67%
B=34.02%

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
Decimal17111614800.320.130.33325.0924.6656.27
HexAB7494020D211451938
Octal25316422404015415053170
Binary101010111110100100101000100000110110000110100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7494; }

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

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

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

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

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

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

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

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