#AF7995

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

Shades of Bouquet #AF7995

Tints of Bouquet #AF7995

Color information

#AF7995 (or 0xAF7995) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 95. RGB value is (175,121,149). Sum of RGB (Red+Green+Blue) = 175+121+149=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7995 is #50866A. Grayscale: #8C8C8C. Windows color (decimal): -5277291 or 9796015. OLE color: 9796015.

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

Color convert

RGB175121149-
CMYK00.310.150.31
HSL328.89º25.23%58.04%-
HSV(B)328.89º30.86%68.63%-
XYZ29.9424.9631.67-
YUV140.34132.89152.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=39.33%
G=27.19%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512114900.310.150.31328.8925.2358.04
HexAF799501FF1F149193a
Octal25717122503717375113172
Binary1010111111110011001010101111111111111110100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7995; }

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

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

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

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

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

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

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

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