#AF6390

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

Shades of Tapestry #AF6390

Tints of Tapestry #AF6390

Color information

#AF6390 (or 0xAF6390) is unknown color: approx Tapestry. HEX triplet: AF, 63 and 90. RGB value is (175,99,144). Sum of RGB (Red+Green+Blue) = 175+99+144=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6390 is #509C6F. Grayscale: #7E7E7E. Windows color (decimal): -5282928 or 9462703. OLE color: 9462703.

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

Color convert

RGB17599144-
CMYK00.430.180.31
HSL324.47º32.2%53.73%-
HSV(B)324.47º43.43%68.63%-
XYZ27.1820.0528.82-
YUV126.85137.68162.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=41.87%
G=23.68%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759914400.430.180.31324.4732.253.73
HexAF639002B121F1442036
Octal25714322005322375044066
Binary1010111111000111001000001010111001011111101000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6390; }

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

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

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

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

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

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

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

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