#AF648B

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

Shades of Tapestry #AF648B

Tints of Tapestry #AF648B

Color information

#AF648B (or 0xAF648B) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 8B. RGB value is (175,100,139). Sum of RGB (Red+Green+Blue) = 175+100+139=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648B is #509B74. Grayscale: #7E7E7E. Windows color (decimal): -5282677 or 9135279. OLE color: 9135279.

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

Color convert

RGB175100139-
CMYK00.430.210.31
HSL328.8º31.91%53.92%-
HSV(B)328.8º42.86%68.63%-
XYZ26.920.0926.89-
YUV126.87134.85162.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=42.27%
G=24.15%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510013900.430.210.31328.831.9153.92
HexAF648B02B151F1492036
Octal25714421305325375114066
Binary1010111111001001000101101010111010111111101001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF648B; }

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

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

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

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

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

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

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

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