#AF80A4

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

Shades of Bouquet #AF80A4

Tints of Bouquet #AF80A4

Color information

#AF80A4 (or 0xAF80A4) is unknown color: approx Bouquet. HEX triplet: AF, 80 and A4. RGB value is (175,128,164). Sum of RGB (Red+Green+Blue) = 175+128+164=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A4 is #507F5B. Grayscale: #929292. Windows color (decimal): -5275484 or 10780847. OLE color: 10780847.

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

Color convert

RGB175128164-
CMYK00.270.060.31
HSL314.04º22.71%59.41%-
HSV(B)314.04º26.86%68.63%-
XYZ32.127.2338.69-
YUV146.16138.07148.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=37.47%
G=27.41%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512816400.270.060.31314.0422.7159.41
HexAF80A401B61F13a173b
Octal2572002440336374722773
Binary1010111110000000101001000110111101111110011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80A4; }

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

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

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

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

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

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

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

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