#AF628D

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

Shades of Tapestry #AF628D

Tints of Tapestry #AF628D

Color information

#AF628D (or 0xAF628D) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 8D. RGB value is (175,98,141). Sum of RGB (Red+Green+Blue) = 175+98+141=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628D is #509D72. Grayscale: #7D7D7D. Windows color (decimal): -5283187 or 9265839. OLE color: 9265839.

HSL color Cylindrical-coordinate representation of color #AF628D: hue angle of 326.49º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF628D is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17598141-
CMYK00.440.190.31
HSL326.49º32.49%53.53%-
HSV(B)326.49º44%68.63%-
XYZ26.8519.7727.6-
YUV125.92136.51163-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=42.27%
G=23.67%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759814100.440.190.31326.4932.4953.53
HexAF628D02C131F1462036
Octal25714221505423375064066
Binary1010111111000101000110101011001001111111101000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF628D; }

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

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

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

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

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

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

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

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