#AB7493

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

Shades of Bouquet #AB7493

Tints of Bouquet #AB7493

Color information

#AB7493 (or 0xAB7493) is unknown color: approx Bouquet. HEX triplet: AB, 74 and 93. RGB value is (171,116,147). Sum of RGB (Red+Green+Blue) = 171+116+147=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7493 is #548B6C. Grayscale: #878787. Windows color (decimal): -5540717 or 9663659. OLE color: 9663659.

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

Color convert

RGB171116147-
CMYK00.320.140.33
HSL326.18º24.66%56.27%-
HSV(B)326.18º32.16%67.06%-
XYZ28.3123.2630.6-
YUV135.98134.22152.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=39.40%
G=26.73%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111614700.320.140.33326.1824.6656.27
HexAB7493020E211461938
Octal25316422304016415063170
Binary101010111110100100100110100000111010000110100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7493; }

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

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

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

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

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

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

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

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