#AF6981

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

Shades of Tapestry #AF6981

Tints of Tapestry #AF6981

Color information

#AF6981 (or 0xAF6981) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 81. RGB value is (175,105,129). Sum of RGB (Red+Green+Blue) = 175+105+129=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6981 is #50967E. Grayscale: #808080. Windows color (decimal): -5281407 or 8481199. OLE color: 8481199.

HSL color Cylindrical-coordinate representation of color #AF6981: hue angle of 339.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6981 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175105129-
CMYK00.400.260.31
HSL339.43º30.43%54.9%-
HSV(B)339.43º40%68.63%-
XYZ26.6920.823.38-
YUV128.67128.19161.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=42.79%
G=25.67%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512900.400.260.31339.4330.4354.9
HexAF69810281A1F1531e37
Octal25715120105032375233667
Binary101011111101001100000010101000110101111110101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6981; }

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

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

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

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

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

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

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

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