#AF5F7D

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

Shades of Tapestry #AF5F7D

Tints of Tapestry #AF5F7D

Color information

#AF5F7D (or 0xAF5F7D) is unknown color: approx Tapestry. HEX triplet: AF, 5F and 7D. RGB value is (175,95,125). Sum of RGB (Red+Green+Blue) = 175+95+125=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F7D is #50A082. Grayscale: #7A7A7A. Windows color (decimal): -5283971 or 8216495. OLE color: 8216495.

HSL color Cylindrical-coordinate representation of color #AF5F7D: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5F7D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17595125-
CMYK00.460.290.31
HSL337.5º33.33%52.94%-
HSV(B)337.5º45.71%68.63%-
XYZ25.4718.7821.68-
YUV122.34129.5165.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=44.30%
G=24.05%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759512500.460.290.31337.533.3352.94
HexAF5F7D02E1D1F1522135
Octal25713717505635375224165
Binary101011111011111111110101011101110111111101010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F7D; }

 p { color: rgb(175,95,125); }

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

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

 a { background-color: rgb(175,95,125); }

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

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

 span { border-color: rgb(175,95,125); }

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