#AF7BA0

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

Shades of Bouquet #AF7BA0

Tints of Bouquet #AF7BA0

Color information

#AF7BA0 (or 0xAF7BA0) is unknown color: approx Bouquet. HEX triplet: AF, 7B and A0. RGB value is (175,123,160). Sum of RGB (Red+Green+Blue) = 175+123+160=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA0 is #50845F. Grayscale: #8E8E8E. Windows color (decimal): -5276768 or 10517423. OLE color: 10517423.

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

Color convert

RGB175123160-
CMYK00.300.090.31
HSL317.31º24.53%58.43%-
HSV(B)317.31º29.71%68.63%-
XYZ31.1125.8236.6-
YUV142.77137.73150.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=38.21%
G=26.86%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512316000.300.090.31317.3124.5358.43
HexAF7BA001E91F13d193a
Octal25717324003611374753172
Binary1010111111110111010000001111010011111110011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BA0; }

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

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

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

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

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

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

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

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