#AF80A0

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

Shades of Bouquet #AF80A0

Tints of Bouquet #AF80A0

Color information

#AF80A0 (or 0xAF80A0) is unknown color: approx Bouquet. HEX triplet: AF, 80 and A0. RGB value is (175,128,160). Sum of RGB (Red+Green+Blue) = 175+128+160=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A0 is #507F5F. Grayscale: #919191. Windows color (decimal): -5275488 or 10518703. OLE color: 10518703.

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

Color convert

RGB175128160-
CMYK00.270.090.31
HSL319.15º22.71%59.41%-
HSV(B)319.15º26.86%68.63%-
XYZ31.7427.0936.81-
YUV145.7136.07148.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=37.80%
G=27.65%
B=34.56%

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
Decimal17512816000.270.090.31319.1522.7159.41
HexAF80A001B91F13f173b
Octal25720024003311374772773
Binary10101111100000001010000001101110011111110011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80A0; }

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

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

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

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

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

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

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

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