#AF6181

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

Shades of Tapestry #AF6181

Tints of Tapestry #AF6181

Color information

#AF6181 (or 0xAF6181) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 81. RGB value is (175,97,129). Sum of RGB (Red+Green+Blue) = 175+97+129=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6181 is #509E7E. Grayscale: #7B7B7B. Windows color (decimal): -5283455 or 8479151. OLE color: 8479151.

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

Color convert

RGB17597129-
CMYK00.450.260.31
HSL335.38º32.77%53.33%-
HSV(B)335.38º44.57%68.63%-
XYZ25.9219.2523.12-
YUV123.97130.84164.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=43.64%
G=24.19%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759712900.450.260.31335.3832.7753.33
HexAF618102D1A1F14f2135
Octal25714120105532375174165
Binary1010111111000011000000101011011101011111101001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6181; }

 p { color: rgb(175,97,129); }

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

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

 a { background-color: rgb(175,97,129); }

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

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

 span { border-color: rgb(175,97,129); }

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