#AF7292

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

Shades of Bouquet #AF7292

Tints of Bouquet #AF7292

Color information

#AF7292 (or 0xAF7292) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 92. RGB value is (175,114,146). Sum of RGB (Red+Green+Blue) = 175+114+146=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7292 is #508D6D. Grayscale: #878787. Windows color (decimal): -5279086 or 9597615. OLE color: 9597615.

HSL color Cylindrical-coordinate representation of color #AF7292: hue angle of 328.52º 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 #AF7292 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175114146-
CMYK00.350.170.31
HSL328.52º27.6%56.67%-
HSV(B)328.52º34.86%68.63%-
XYZ28.8823.2230.15-
YUV135.89133.71155.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=40.23%
G=26.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511414600.350.170.31328.5227.656.67
HexAF7292023111F1491c39
Octal25716222204321375113471
Binary101011111110010100100100100011100011111110100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7292; }

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

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

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

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

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

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

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

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