#AF6080

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

Shades of Tapestry #AF6080

Tints of Tapestry #AF6080

Color information

#AF6080 (or 0xAF6080) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 80. RGB value is (175,96,128). Sum of RGB (Red+Green+Blue) = 175+96+128=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6080 is #509F7F. Grayscale: #7B7B7B. Windows color (decimal): -5283712 or 8413359. OLE color: 8413359.

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

Color convert

RGB17596128-
CMYK00.450.270.31
HSL335.7º33.05%53.14%-
HSV(B)335.7º45.14%68.63%-
XYZ25.7619.0422.74-
YUV123.27130.67164.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=43.86%
G=24.06%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759612800.450.270.31335.733.0553.14
HexAF608002D1B1F1502135
Octal25714020005533375204165
Binary1010111111000001000000001011011101111111101010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6080; }

 p { color: rgb(175,96,128); }

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

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

 a { background-color: rgb(175,96,128); }

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

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

 span { border-color: rgb(175,96,128); }

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