#AF6280

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

Shades of Tapestry #AF6280

Tints of Tapestry #AF6280

Color information

#AF6280 (or 0xAF6280) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 80. RGB value is (175,98,128). Sum of RGB (Red+Green+Blue) = 175+98+128=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6280 is #509D7F. Grayscale: #7C7C7C. Windows color (decimal): -5283200 or 8413871. OLE color: 8413871.

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

Color convert

RGB17598128-
CMYK00.440.270.31
HSL336.62º32.49%53.53%-
HSV(B)336.62º44%68.63%-
XYZ25.9419.4122.8-
YUV124.44130.01164.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=43.64%
G=24.44%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759812800.440.270.31336.6232.4953.53
HexAF628002C1B1F1512036
Octal25714220005433375214066
Binary1010111111000101000000001011001101111111101010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6280; }

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

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

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

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

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

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

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

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