#AF7295

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

Shades of Bouquet #AF7295

Tints of Bouquet #AF7295

Color information

#AF7295 (or 0xAF7295) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 95. RGB value is (175,114,149). Sum of RGB (Red+Green+Blue) = 175+114+149=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7295 is #508D6A. Grayscale: #888888. Windows color (decimal): -5279083 or 9794223. OLE color: 9794223.

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

Color convert

RGB175114149-
CMYK00.350.150.31
HSL325.57º27.6%56.67%-
HSV(B)325.57º34.86%68.63%-
XYZ29.1223.3231.4-
YUV136.23135.21155.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=39.95%
G=26.03%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511414900.350.150.31325.5727.656.67
HexAF7295023F1F1461c39
Octal25716222504317375063471
Binary10101111111001010010101010001111111111110100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7295; }

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

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

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

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

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

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

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

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