#AF76A5

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

Shades of Bouquet #AF76A5

Tints of Bouquet #AF76A5

Color information

#AF76A5 (or 0xAF76A5) is unknown color: approx Bouquet. HEX triplet: AF, 76 and A5. RGB value is (175,118,165). Sum of RGB (Red+Green+Blue) = 175+118+165=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A5 is #50895A. Grayscale: #8C8C8C. Windows color (decimal): -5278043 or 10843823. OLE color: 10843823.

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

Color convert

RGB175118165-
CMYK00.330.060.31
HSL310.53º26.27%57.45%-
HSV(B)310.53º32.57%68.63%-
XYZ30.9524.7938.75-
YUV140.4141.88152.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=38.21%
G=25.76%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511816500.330.060.31310.5326.2757.45
HexAF76A502161F1371a39
Octal2571662450416374673271
Binary1010111111101101010010101000011101111110011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76A5; }

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

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

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

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

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

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

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

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