#AF7F9F

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

Shades of Bouquet #AF7F9F

Tints of Bouquet #AF7F9F

Color information

#AF7F9F (or 0xAF7F9F) is unknown color: approx Bouquet. HEX triplet: AF, 7F and 9F. RGB value is (175,127,159). Sum of RGB (Red+Green+Blue) = 175+127+159=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F9F is #508060. Grayscale: #909090. Windows color (decimal): -5275745 or 10452911. OLE color: 10452911.

HSL color Cylindrical-coordinate representation of color #AF7F9F: hue angle of 320º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F9F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175127159-
CMYK00.270.090.31
HSL320º23.08%59.22%-
HSV(B)320º27.43%68.63%-
XYZ31.5326.836.31-
YUV145135.9149.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=37.96%
G=27.55%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512715900.270.090.3132023.0859.22
HexAF7F9F01B91F140173b
Octal25717723703311375002773
Binary1010111111111111001111101101110011111110100000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F9F; }

 p { color: rgb(175,127,159); }

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

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

 a { background-color: rgb(175,127,159); }

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

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

 span { border-color: rgb(175,127,159); }

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