#AF648A

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

Shades of Tapestry #AF648A

Tints of Tapestry #AF648A

Color information

#AF648A (or 0xAF648A) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 8A. RGB value is (175,100,138). Sum of RGB (Red+Green+Blue) = 175+100+138=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF648A is #509B75. Grayscale: #7E7E7E. Windows color (decimal): -5282678 or 9069743. OLE color: 9069743.

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

Color convert

RGB175100138-
CMYK00.430.210.31
HSL329.6º31.91%53.92%-
HSV(B)329.6º42.86%68.63%-
XYZ26.8220.0626.5-
YUV126.76134.35162.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=42.37%
G=24.21%
B=33.41%

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
Decimal17510013800.430.210.31329.631.9153.92
HexAF648A02B151F14a2036
Octal25714421205325375124066
Binary1010111111001001000101001010111010111111101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF648A; }

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

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

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

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

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

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

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

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