#AF7095

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

Shades of Bouquet #AF7095

Tints of Bouquet #AF7095

Color information

#AF7095 (or 0xAF7095) is unknown color: approx Bouquet. HEX triplet: AF, 70 and 95. RGB value is (175,112,149). Sum of RGB (Red+Green+Blue) = 175+112+149=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7095 is #508F6A. Grayscale: #868686. Windows color (decimal): -5279595 or 9793711. OLE color: 9793711.

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

Color convert

RGB175112149-
CMYK00.360.150.31
HSL324.76º28.25%56.27%-
HSV(B)324.76º36%68.63%-
XYZ28.922.8731.33-
YUV135.05135.87156.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=40.14%
G=25.69%
B=34.17%

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
Decimal17511214900.360.150.31324.7628.2556.27
HexAF7095024F1F1451c38
Octal25716022504417375053470
Binary10101111111000010010101010010011111111110100010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7095; }

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

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

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

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

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

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

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

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