#AF6890

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

Shades of Tapestry #AF6890

Tints of Tapestry #AF6890

Color information

#AF6890 (or 0xAF6890) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 90. RGB value is (175,104,144). Sum of RGB (Red+Green+Blue) = 175+104+144=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6890 is #50976F. Grayscale: #818181. Windows color (decimal): -5281648 or 9463983. OLE color: 9463983.

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

Color convert

RGB175104144-
CMYK00.410.180.31
HSL326.2º30.74%54.71%-
HSV(B)326.2º40.57%68.63%-
XYZ27.6621.0328.99-
YUV129.79136.02160.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=41.37%
G=24.59%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510414400.410.180.31326.230.7454.71
HexAF6890029121F1461f37
Octal25715022005122375063767
Binary101011111101000100100000101001100101111110100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6890; }

 p { color: rgb(175,104,144); }

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

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

 a { background-color: rgb(175,104,144); }

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

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

 span { border-color: rgb(175,104,144); }

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