#AF6682

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

Shades of Tapestry #AF6682

Tints of Tapestry #AF6682

Color information

#AF6682 (or 0xAF6682) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 82. RGB value is (175,102,130). Sum of RGB (Red+Green+Blue) = 175+102+130=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6682 is #50997D. Grayscale: #7E7E7E. Windows color (decimal): -5282174 or 8545967. OLE color: 8545967.

HSL color Cylindrical-coordinate representation of color #AF6682: hue angle of 336.99º degrees, saturation: 0.31, 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 #AF6682 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175102130-
CMYK00.420.260.31
HSL336.99º31.33%54.31%-
HSV(B)336.99º41.71%68.63%-
XYZ26.4620.2323.63-
YUV127.02129.68162.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=43.00%
G=25.06%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510213000.420.260.31336.9931.3354.31
HexAF668202A1A1F1511f36
Octal25714620205232375213766
Binary101011111100110100000100101010110101111110101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6682; }

 p { color: rgb(175,102,130); }

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

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

 a { background-color: rgb(175,102,130); }

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

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

 span { border-color: rgb(175,102,130); }

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