#AF73A3

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

Shades of Bouquet #AF73A3

Tints of Bouquet #AF73A3

Color information

#AF73A3 (or 0xAF73A3) is unknown color: approx Bouquet. HEX triplet: AF, 73 and A3. RGB value is (175,115,163). Sum of RGB (Red+Green+Blue) = 175+115+163=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF73A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF73A3 is #508C5C. Grayscale: #8A8A8A. Windows color (decimal): -5278813 or 10711983. OLE color: 10711983.

HSL color Cylindrical-coordinate representation of color #AF73A3: hue angle of 312º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF73A3 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175115163-
CMYK00.340.070.31
HSL312º27.27%56.86%-
HSV(B)312º34.29%68.63%-
XYZ30.4224.0237.68-
YUV138.41141.88154.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=38.63%
G=25.39%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511516300.340.070.3131227.2756.86
HexAF73A302271F1381b39
Octal2571632430427374703371
Binary1010111111100111010001101000101111111110011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF73A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF73A3; }

 p { color: rgb(175,115,163); }

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

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

 a { background-color: rgb(175,115,163); }

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

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

 span { border-color: rgb(175,115,163); }

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