#AF658A

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

Shades of Tapestry #AF658A

Tints of Tapestry #AF658A

Color information

#AF658A (or 0xAF658A) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 8A. RGB value is (175,101,138). Sum of RGB (Red+Green+Blue) = 175+101+138=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF658A is #509A75. Grayscale: #7F7F7F. Windows color (decimal): -5282422 or 9069999. OLE color: 9069999.

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

Color convert

RGB175101138-
CMYK00.420.210.31
HSL330º31.62%54.12%-
HSV(B)330º42.29%68.63%-
XYZ26.9220.2626.54-
YUV127.34134.02161.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=42.27%
G=24.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510113800.420.210.3133031.6254.12
HexAF658A02A151F14a2036
Octal25714521205225375124066
Binary1010111111001011000101001010101010111111101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF658A; }

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

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

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

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

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

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

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

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