#AF7293

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

Shades of Bouquet #AF7293

Tints of Bouquet #AF7293

Color information

#AF7293 (or 0xAF7293) is unknown color: approx Bouquet. HEX triplet: AF, 72 and 93. RGB value is (175,114,147). Sum of RGB (Red+Green+Blue) = 175+114+147=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7293 is #508D6C. Grayscale: #878787. Windows color (decimal): -5279085 or 9663151. OLE color: 9663151.

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

Color convert

RGB175114147-
CMYK00.350.160.31
HSL327.54º27.6%56.67%-
HSV(B)327.54º34.86%68.63%-
XYZ28.9623.2630.57-
YUV136134.21155.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=40.14%
G=26.15%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511414700.350.160.31327.5427.656.67
HexAF7293023101F1481c39
Octal25716222304320375103471
Binary101011111110010100100110100011100001111110100100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7293; }

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

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

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

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

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

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

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

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