#af77a3

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

Shades of Bouquet #AF77A3

Tints of Bouquet #AF77A3

Color information

#AF77A3 (or 0xAF77A3) is unknown color: approx Bouquet. HEX triplet: AF, 77 and A3. RGB value is (175,119,163). Sum of RGB (Red+Green+Blue) = 175+119+163=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77A3 is #50885C. Grayscale: #8C8C8C. Windows color (decimal): -5277789 or 10713007. OLE color: 10713007.

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

Color convert

RGB175119163-
CMYK00.320.070.31
HSL312.86º25.93%57.65%-
HSV(B)312.86º32%68.63%-
XYZ30.8924.9537.84-
YUV140.76140.55152.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=38.29%
G=26.04%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511916300.320.070.31312.8625.9357.65
HexAF77A302071F1391a3a
Octal2571672430407374713272
Binary1010111111101111010001101000001111111110011100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af77a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af77a3; }

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

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

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

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

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

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

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

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