#AF809A

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

Shades of Bouquet #AF809A

Tints of Bouquet #AF809A

Color information

#AF809A (or 0xAF809A) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 9A. RGB value is (175,128,154). Sum of RGB (Red+Green+Blue) = 175+128+154=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809A is #507F65. Grayscale: #909090. Windows color (decimal): -5275494 or 10125487. OLE color: 10125487.

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

Color convert

RGB175128154-
CMYK00.270.120.31
HSL326.81º22.71%59.41%-
HSV(B)326.81º26.86%68.63%-
XYZ31.2326.8934.12-
YUV145.02133.07149.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=38.29%
G=28.01%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512815400.270.120.31326.8122.7159.41
HexAF809A01BC1F147173b
Octal25720023203314375072773
Binary10101111100000001001101001101111001111110100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF809A; }

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

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

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

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

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

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

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

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