#AF638F

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

Shades of Tapestry #AF638F

Tints of Tapestry #AF638F

Color information

#AF638F (or 0xAF638F) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 8F. RGB value is (175,99,143). Sum of RGB (Red+Green+Blue) = 175+99+143=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF638F is #509C70. Grayscale: #7E7E7E. Windows color (decimal): -5282929 or 9397167. OLE color: 9397167.

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

Color convert

RGB17599143-
CMYK00.430.180.31
HSL325.26º32.2%53.73%-
HSV(B)325.26º43.43%68.63%-
XYZ27.120.0228.42-
YUV126.74137.18162.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=41.97%
G=23.74%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759914300.430.180.31325.2632.253.73
HexAF638F02B121F1452036
Octal25714321705322375054066
Binary1010111111000111000111101010111001011111101000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF638F; }

 p { color: rgb(175,99,143); }

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

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

 a { background-color: rgb(175,99,143); }

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

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

 span { border-color: rgb(175,99,143); }

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