#AF80A6

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

Shades of Bouquet #AF80A6

Tints of Bouquet #AF80A6

Color information

#AF80A6 (or 0xAF80A6) is unknown color: approx Bouquet. HEX triplet: AF, 80 and A6. RGB value is (175,128,166). Sum of RGB (Red+Green+Blue) = 175+128+166=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A6 is #507F59. Grayscale: #929292. Windows color (decimal): -5275482 or 10911919. OLE color: 10911919.

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

Color convert

RGB175128166-
CMYK00.270.050.31
HSL311.49º22.71%59.41%-
HSV(B)311.49º26.86%68.63%-
XYZ32.2827.3139.65-
YUV146.38139.07148.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=37.31%
G=27.29%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512816600.270.050.31311.4922.7159.41
HexAF80A601B51F137173b
Octal2572002460335374672773
Binary1010111110000000101001100110111011111110011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80A6; }

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

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

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

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

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

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

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

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