#AF7094

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

Shades of Bouquet #AF7094

Tints of Bouquet #AF7094

Color information

#AF7094 (or 0xAF7094) is unknown color: approx Bouquet. HEX triplet: AF, 70 and 94. RGB value is (175,112,148). Sum of RGB (Red+Green+Blue) = 175+112+148=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7094 is #508F6B. Grayscale: #868686. Windows color (decimal): -5279596 or 9728175. OLE color: 9728175.

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

Color convert

RGB175112148-
CMYK00.360.150.31
HSL325.71º28.25%56.27%-
HSV(B)325.71º36%68.63%-
XYZ28.8222.8430.91-
YUV134.94135.37156.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=40.23%
G=25.75%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511214800.360.150.31325.7128.2556.27
HexAF7094024F1F1461c38
Octal25716022404417375063470
Binary10101111111000010010100010010011111111110100011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7094; }

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

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

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

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

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

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

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

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