#AF618E

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

Shades of Tapestry #AF618E

Tints of Tapestry #AF618E

Color information

#AF618E (or 0xAF618E) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 8E. RGB value is (175,97,142). Sum of RGB (Red+Green+Blue) = 175+97+142=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF618E is #509E71. Grayscale: #7D7D7D. Windows color (decimal): -5283442 or 9331119. OLE color: 9331119.

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

Color convert

RGB17597142-
CMYK00.450.190.31
HSL325.38º32.77%53.33%-
HSV(B)325.38º44.57%68.63%-
XYZ26.8419.6227.96-
YUV125.45137.34163.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=42.27%
G=23.43%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759714200.450.190.31325.3832.7753.33
HexAF618E02D131F1452135
Octal25714121605523375054165
Binary1010111111000011000111001011011001111111101000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF618E; }

 p { color: rgb(175,97,142); }

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

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

 a { background-color: rgb(175,97,142); }

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

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

 span { border-color: rgb(175,97,142); }

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