#AF628C

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

Shades of Tapestry #AF628C

Tints of Tapestry #AF628C

Color information

#AF628C (or 0xAF628C) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 8C. RGB value is (175,98,140). Sum of RGB (Red+Green+Blue) = 175+98+140=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF628C is #509D73. Grayscale: #7D7D7D. Windows color (decimal): -5283188 or 9200303. OLE color: 9200303.

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

Color convert

RGB17598140-
CMYK00.440.20.31
HSL327.27º32.49%53.53%-
HSV(B)327.27º44%68.63%-
XYZ26.7819.7427.21-
YUV125.81136.01163.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=42.37%
G=23.73%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759814000.440.20.31327.2732.4953.53
HexAF628C02C141F1472036
Octal25714221405424375074066
Binary1010111111000101000110001011001010011111101000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF628C; }

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

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

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

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

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

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

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

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