#AF729A

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

Shades of Bouquet #AF729A

Tints of Bouquet #AF729A

Color information

#AF729A (or 0xAF729A) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 9A. RGB value is (175,114,154). Sum of RGB (Red+Green+Blue) = 175+114+154=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF729A is #508D65. Grayscale: #888888. Windows color (decimal): -5279078 or 10121903. OLE color: 10121903.

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

Color convert

RGB175114154-
CMYK00.350.120.31
HSL320.66º27.6%56.67%-
HSV(B)320.66º34.86%68.63%-
XYZ29.5323.4833.55-
YUV136.8137.71155.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=39.50%
G=25.73%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511415400.350.120.31320.6627.656.67
HexAF729A023C1F1411c39
Octal25716223204314375013471
Binary10101111111001010011010010001111001111110100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF729A; }

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

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

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

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

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

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

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

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