#AF76A0

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

Shades of Bouquet #AF76A0

Tints of Bouquet #AF76A0

Color information

#AF76A0 (or 0xAF76A0) is unknown color: approx Bouquet. HEX triplet: AF, 76 and A0. RGB value is (175,118,160). Sum of RGB (Red+Green+Blue) = 175+118+160=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A0 is #50895F. Grayscale: #8B8B8B. Windows color (decimal): -5278048 or 10516143. OLE color: 10516143.

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

Color convert

RGB175118160-
CMYK00.330.090.31
HSL315.79º26.27%57.45%-
HSV(B)315.79º32.57%68.63%-
XYZ30.524.6136.4-
YUV139.83139.38153.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=38.63%
G=26.05%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511816000.330.090.31315.7926.2757.45
HexAF76A002191F13c1a39
Octal25716624004111374743271
Binary10101111111011010100000010000110011111110011110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76A0; }

 p { color: rgb(175,118,160); }

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

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

 a { background-color: rgb(175,118,160); }

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

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

 span { border-color: rgb(175,118,160); }

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