#AF7C97

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

Shades of Bouquet #AF7C97

Tints of Bouquet #AF7C97

Color information

#AF7C97 (or 0xAF7C97) is unknown color: approx Bouquet. HEX triplet: AF, 7C and 97. RGB value is (175,124,151). Sum of RGB (Red+Green+Blue) = 175+124+151=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C97 is #508368. Grayscale: #8E8E8E. Windows color (decimal): -5276521 or 9927855. OLE color: 9927855.

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

Color convert

RGB175124151-
CMYK00.290.140.31
HSL328.24º24.17%58.63%-
HSV(B)328.24º29.14%68.63%-
XYZ30.4725.7632.64-
YUV142.33132.9151.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=38.89%
G=27.56%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512415100.290.140.31328.2424.1758.63
HexAF7C9701DE1F148183b
Octal25717422703516375103073
Binary1010111111111001001011101110111101111110100100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C97; }

 p { color: rgb(175,124,151); }

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

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

 a { background-color: rgb(175,124,151); }

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

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

 span { border-color: rgb(175,124,151); }

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