#AB7495

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

Shades of Bouquet #AB7495

Tints of Bouquet #AB7495

Color information

#AB7495 (or 0xAB7495) is unknown color: approx Bouquet. HEX triplet: AB, 74 and 95. RGB value is (171,116,149). Sum of RGB (Red+Green+Blue) = 171+116+149=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7495 is #548B6A. Grayscale: #888888. Windows color (decimal): -5540715 or 9794731. OLE color: 9794731.

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

Color convert

RGB171116149-
CMYK00.320.130.33
HSL324º24.66%56.27%-
HSV(B)324º32.16%67.06%-
XYZ28.4623.3231.43-
YUV136.21135.22152.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=39.22%
G=26.61%
B=34.17%

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
Decimal17111614900.320.130.3332424.6656.27
HexAB7495020D211441938
Octal25316422504015415043170
Binary101010111110100100101010100000110110000110100010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7495; }

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

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

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

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

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

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

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

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