#AF7093

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

Shades of Bouquet #AF7093

Tints of Bouquet #AF7093

Color information

#AF7093 (or 0xAF7093) is unknown color: approx Bouquet. HEX triplet: AF, 70 and 93. RGB value is (175,112,147). Sum of RGB (Red+Green+Blue) = 175+112+147=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7093 is #508F6C. Grayscale: #868686. Windows color (decimal): -5279597 or 9662639. OLE color: 9662639.

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

Color convert

RGB175112147-
CMYK00.360.160.31
HSL326.67º28.25%56.27%-
HSV(B)326.67º36%68.63%-
XYZ28.7422.8130.49-
YUV134.83134.87156.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=40.32%
G=25.81%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511214700.360.160.31326.6728.2556.27
HexAF7093024101F1471c38
Octal25716022304420375073470
Binary101011111110000100100110100100100001111110100011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7093; }

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

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

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

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

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

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

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

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