#AF6081

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

Shades of Tapestry #AF6081

Tints of Tapestry #AF6081

Color information

#AF6081 (or 0xAF6081) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 81. RGB value is (175,96,129). Sum of RGB (Red+Green+Blue) = 175+96+129=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6081 is #509F7E. Grayscale: #7B7B7B. Windows color (decimal): -5283711 or 8478895. OLE color: 8478895.

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

Color convert

RGB17596129-
CMYK00.450.260.31
HSL334.94º33.05%53.14%-
HSV(B)334.94º45.14%68.63%-
XYZ25.8219.0623.09-
YUV123.38131.17164.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=43.75%
G=24%
B=32.25%

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
Decimal1759612900.450.260.31334.9433.0553.14
HexAF608102D1A1F14f2135
Octal25714020105532375174165
Binary1010111111000001000000101011011101011111101001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6081; }

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

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

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

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

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

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

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

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