#AF8EA1

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

Shades of Bouquet #AF8EA1

Tints of Bouquet #AF8EA1

Color information

#AF8EA1 (or 0xAF8EA1) is unknown color: approx Bouquet. HEX triplet: AF, 8E and A1. RGB value is (175,142,161). Sum of RGB (Red+Green+Blue) = 175+142+161=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EA1 is #50715E. Grayscale: #999999. Windows color (decimal): -5271903 or 10587823. OLE color: 10587823.

HSL color Cylindrical-coordinate representation of color #AF8EA1: hue angle of 325.45º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8EA1 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB175142161-
CMYK00.190.080.31
HSL325.45º17.1%62.16%-
HSV(B)325.45º18.86%68.63%-
XYZ33.7931.0337.93-
YUV154.03131.93142.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=36.61%
G=29.71%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514216100.190.080.31325.4517.162.16
HexAF8EA101381F145113e
Octal25721624102310375052176
Binary10101111100011101010000101001110001111110100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EA1; }

 p { color: rgb(175,142,161); }

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

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

 a { background-color: rgb(175,142,161); }

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

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

 span { border-color: rgb(175,142,161); }

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