#AF607C

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

Shades of Tapestry #AF607C

Tints of Tapestry #AF607C

Color information

#AF607C (or 0xAF607C) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 7C. RGB value is (175,96,124). Sum of RGB (Red+Green+Blue) = 175+96+124=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607C is #509F83. Grayscale: #7A7A7A. Windows color (decimal): -5283716 or 8151215. OLE color: 8151215.

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

Color convert

RGB17596124-
CMYK00.450.290.31
HSL338.73º33.05%53.14%-
HSV(B)338.73º45.14%68.63%-
XYZ25.518.9321.38-
YUV122.81128.67165.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=44.30%
G=24.30%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759612400.450.290.31338.7333.0553.14
HexAF607C02D1D1F1532135
Octal25714017405535375234165
Binary101011111100000111110001011011110111111101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF607C; }

 p { color: rgb(175,96,124); }

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

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

 a { background-color: rgb(175,96,124); }

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

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

 span { border-color: rgb(175,96,124); }

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