#AF6480

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

Shades of Tapestry #AF6480

Tints of Tapestry #AF6480

Color information

#AF6480 (or 0xAF6480) is unknown color: approx Tapestry. HEX triplet: AF, 64 and 80. RGB value is (175,100,128). Sum of RGB (Red+Green+Blue) = 175+100+128=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6480 is #509B7F. Grayscale: #7D7D7D. Windows color (decimal): -5282688 or 8414383. OLE color: 8414383.

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

Color convert

RGB175100128-
CMYK00.430.270.31
HSL337.6º31.91%53.92%-
HSV(B)337.6º42.86%68.63%-
XYZ26.1319.7922.86-
YUV125.62129.35163.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=43.42%
G=24.81%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510012800.430.270.31337.631.9153.92
HexAF648002B1B1F1522036
Octal25714420005333375224066
Binary1010111111001001000000001010111101111111101010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6480; }

 p { color: rgb(175,100,128); }

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

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

 a { background-color: rgb(175,100,128); }

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

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

 span { border-color: rgb(175,100,128); }

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