#AF7B9B

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

Shades of Bouquet #AF7B9B

Tints of Bouquet #AF7B9B

Color information

#AF7B9B (or 0xAF7B9B) is unknown color: approx Bouquet. HEX triplet: AF, 7B and 9B. RGB value is (175,123,155). Sum of RGB (Red+Green+Blue) = 175+123+155=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B9B is #508464. Grayscale: #8E8E8E. Windows color (decimal): -5276773 or 10189743. OLE color: 10189743.

HSL color Cylindrical-coordinate representation of color #AF7B9B: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B9B is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175123155-
CMYK00.300.110.31
HSL323.08º24.53%58.43%-
HSV(B)323.08º29.71%68.63%-
XYZ30.6825.6534.34-
YUV142.2135.23151.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=38.63%
G=27.15%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512315500.300.110.31323.0824.5358.43
HexAF7B9B01EB1F143193a
Octal25717323303613375033172
Binary1010111111110111001101101111010111111110100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B9B; }

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

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

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

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

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

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

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

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