#AF7FA1

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

Shades of Bouquet #AF7FA1

Tints of Bouquet #AF7FA1

Color information

#AF7FA1 (or 0xAF7FA1) is unknown color: approx Bouquet. HEX triplet: AF, 7F and A1. RGB value is (175,127,161). Sum of RGB (Red+Green+Blue) = 175+127+161=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA1 is #50805E. Grayscale: #919191. Windows color (decimal): -5275743 or 10583983. OLE color: 10583983.

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

Color convert

RGB175127161-
CMYK00.270.080.31
HSL317.5º23.08%59.22%-
HSV(B)317.5º27.43%68.63%-
XYZ31.726.8737.23-
YUV145.23136.9149.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=37.80%
G=27.43%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512716100.270.080.31317.523.0859.22
HexAF7FA101B81F13e173b
Octal25717724103310374762773
Binary1010111111111111010000101101110001111110011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FA1; }

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

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

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

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

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

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

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

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