#AF6590

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

Shades of Tapestry #AF6590

Tints of Tapestry #AF6590

Color information

#AF6590 (or 0xAF6590) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 90. RGB value is (175,101,144). Sum of RGB (Red+Green+Blue) = 175+101+144=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6590 is #509A6F. Grayscale: #7F7F7F. Windows color (decimal): -5282416 or 9463215. OLE color: 9463215.

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

Color convert

RGB175101144-
CMYK00.420.180.31
HSL325.14º31.62%54.12%-
HSV(B)325.14º42.29%68.63%-
XYZ27.3720.4328.89-
YUV128.03137.02161.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=41.67%
G=24.05%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114400.420.180.31325.1431.6254.12
HexAF659002A121F1452036
Octal25714522005222375054066
Binary1010111111001011001000001010101001011111101000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6590; }

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

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

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

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

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

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

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

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