#AF819D

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

Shades of Bouquet #AF819D

Tints of Bouquet #AF819D

Color information

#AF819D (or 0xAF819D) is unknown color: approx Bouquet. HEX triplet: AF, 81 and 9D. RGB value is (175,129,157). Sum of RGB (Red+Green+Blue) = 175+129+157=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819D is #507E62. Grayscale: #919191. Windows color (decimal): -5275235 or 10322351. OLE color: 10322351.

HSL color Cylindrical-coordinate representation of color #AF819D: hue angle of 323.48º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF819D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175129157-
CMYK00.260.100.31
HSL323.48º22.33%59.61%-
HSV(B)323.48º26.29%68.63%-
XYZ31.6227.2535.49-
YUV145.95134.24148.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=37.96%
G=27.98%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512915700.260.100.31323.4822.3359.61
HexAF819D01AA1F143163c
Octal25720123503212375032674
Binary10101111100000011001110101101010101111110100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF819D; }

 p { color: rgb(175,129,157); }

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

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

 a { background-color: rgb(175,129,157); }

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

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

 span { border-color: rgb(175,129,157); }

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