#AF6290

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

Shades of Tapestry #AF6290

Tints of Tapestry #AF6290

Color information

#AF6290 (or 0xAF6290) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 90. RGB value is (175,98,144). Sum of RGB (Red+Green+Blue) = 175+98+144=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6290 is #509D6F. Grayscale: #7E7E7E. Windows color (decimal): -5283184 or 9462447. OLE color: 9462447.

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

Color convert

RGB17598144-
CMYK00.440.180.31
HSL324.16º32.49%53.53%-
HSV(B)324.16º44%68.63%-
XYZ27.0819.8628.79-
YUV126.27138.01162.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=41.97%
G=23.50%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759814400.440.180.31324.1632.4953.53
HexAF629002C121F1442036
Octal25714222005422375044066
Binary1010111111000101001000001011001001011111101000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6290; }

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

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

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

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

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

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

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

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