#AF7F9B

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

Shades of Bouquet #AF7F9B

Tints of Bouquet #AF7F9B

Color information

#AF7F9B (or 0xAF7F9B) is unknown color: approx Bouquet. HEX triplet: AF, 7F and 9B. RGB value is (175,127,155). Sum of RGB (Red+Green+Blue) = 175+127+155=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F9B is #508064. Grayscale: #909090. Windows color (decimal): -5275749 or 10190767. OLE color: 10190767.

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

Color convert

RGB175127155-
CMYK00.270.110.31
HSL325º23.08%59.22%-
HSV(B)325º27.43%68.63%-
XYZ31.1826.6634.51-
YUV144.54133.9149.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=38.29%
G=27.79%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512715500.270.110.3132523.0859.22
HexAF7F9B01BB1F145173b
Octal25717723303313375052773
Binary1010111111111111001101101101110111111110100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F9B; }

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

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

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

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

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

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

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

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