#AF608D

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

Shades of Tapestry #AF608D

Tints of Tapestry #AF608D

Color information

#AF608D (or 0xAF608D) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 8D. RGB value is (175,96,141). Sum of RGB (Red+Green+Blue) = 175+96+141=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF608D is #509F72. Grayscale: #7C7C7C. Windows color (decimal): -5283699 or 9265327. OLE color: 9265327.

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

Color convert

RGB17596141-
CMYK00.450.190.31
HSL325.82º33.05%53.14%-
HSV(B)325.82º45.14%68.63%-
XYZ26.6719.427.54-
YUV124.75137.17163.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=42.48%
G=23.30%
B=34.22%

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
Decimal1759614100.450.190.31325.8233.0553.14
HexAF608D02D131F1462135
Octal25714021505523375064165
Binary1010111111000001000110101011011001111111101000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF608D; }

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

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

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

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

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

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

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

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