#AF719E

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

Shades of Bouquet #AF719E

Tints of Bouquet #AF719E

Color information

#AF719E (or 0xAF719E) is unknown color: approx Bouquet. HEX triplet: AF, 71 and 9E. RGB value is (175,113,158). Sum of RGB (Red+Green+Blue) = 175+113+158=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF719E is #508E61. Grayscale: #888888. Windows color (decimal): -5279330 or 10383791. OLE color: 10383791.

HSL color Cylindrical-coordinate representation of color #AF719E: hue angle of 316.45º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF719E is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175113158-
CMYK00.350.100.31
HSL316.45º27.93%56.47%-
HSV(B)316.45º35.43%68.63%-
XYZ29.7623.3935.29-
YUV136.67140.04155.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=39.24%
G=25.34%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511315800.350.100.31316.4527.9356.47
HexAF719E023A1F13c1c38
Octal25716123604312374743470
Binary10101111111000110011110010001110101111110011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF719E; }

 p { color: rgb(175,113,158); }

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

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

 a { background-color: rgb(175,113,158); }

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

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

 span { border-color: rgb(175,113,158); }

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