#AF6483

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

Shades of Tapestry #AF6483

Tints of Tapestry #AF6483

Color information

#AF6483 (or 0xAF6483) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 83. RGB value is (175,100,131). Sum of RGB (Red+Green+Blue) = 175+100+131=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6483 is #509B7C. Grayscale: #7D7D7D. Windows color (decimal): -5282685 or 8610991. OLE color: 8610991.

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

Color convert

RGB175100131-
CMYK00.430.250.31
HSL335.2º31.91%53.92%-
HSV(B)335.2º42.86%68.63%-
XYZ26.3319.8723.92-
YUV125.96130.85162.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=43.10%
G=24.63%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510013100.430.250.31335.231.9153.92
HexAF648302B191F14f2036
Octal25714420305331375174066
Binary1010111111001001000001101010111100111111101001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6483; }

 p { color: rgb(175,100,131); }

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

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

 a { background-color: rgb(175,100,131); }

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

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

 span { border-color: rgb(175,100,131); }

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