#AF7F95

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

Shades of Bouquet #AF7F95

Tints of Bouquet #AF7F95

Color information

#AF7F95 (or 0xAF7F95) is unknown color: approx Bouquet. HEX triplet: AF, 7F and 95. RGB value is (175,127,149). Sum of RGB (Red+Green+Blue) = 175+127+149=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F95 is #50806A. Grayscale: #8F8F8F. Windows color (decimal): -5275755 or 9797551. OLE color: 9797551.

HSL color Cylindrical-coordinate representation of color #AF7F95: hue angle of 332.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F95 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175127149-
CMYK00.270.150.31
HSL332.5º23.08%59.22%-
HSV(B)332.5º27.43%68.63%-
XYZ30.6926.4631.92-
YUV143.86130.9150.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=38.80%
G=28.16%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512714900.270.150.31332.523.0859.22
HexAF7F9501BF1F14c173b
Octal25717722503317375142773
Binary1010111111111111001010101101111111111110100110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F95; }

 p { color: rgb(175,127,149); }

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

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

 a { background-color: rgb(175,127,149); }

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

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

 span { border-color: rgb(175,127,149); }

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