#AF658F

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

Shades of Tapestry #AF658F

Tints of Tapestry #AF658F

Color information

#AF658F (or 0xAF658F) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 8F. RGB value is (175,101,143). Sum of RGB (Red+Green+Blue) = 175+101+143=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF658F is #509A70. Grayscale: #7F7F7F. Windows color (decimal): -5282417 or 9397679. OLE color: 9397679.

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

Color convert

RGB175101143-
CMYK00.420.180.31
HSL325.95º31.62%54.12%-
HSV(B)325.95º42.29%68.63%-
XYZ27.2920.428.49-
YUV127.91136.52161.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=41.77%
G=24.11%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114300.420.180.31325.9531.6254.12
HexAF658F02A121F1462036
Octal25714521705222375064066
Binary1010111111001011000111101010101001011111101000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF658F; }

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

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

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

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

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

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

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

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