#AF7297

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

Shades of Bouquet #AF7297

Tints of Bouquet #AF7297

Color information

#AF7297 (or 0xAF7297) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 97. RGB value is (175,114,151). Sum of RGB (Red+Green+Blue) = 175+114+151=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7297 is #508D68. Grayscale: #888888. Windows color (decimal): -5279081 or 9925295. OLE color: 9925295.

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

Color convert

RGB175114151-
CMYK00.350.140.31
HSL323.61º27.6%56.67%-
HSV(B)323.61º34.86%68.63%-
XYZ29.2823.3832.25-
YUV136.46136.21155.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=39.77%
G=25.91%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511415100.350.140.31323.6127.656.67
HexAF7297023E1F1441c39
Octal25716222704316375043471
Binary10101111111001010010111010001111101111110100010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7297; }

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

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

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

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

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

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

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

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