#AF6688

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

Shades of Tapestry #AF6688

Tints of Tapestry #AF6688

Color information

#AF6688 (or 0xAF6688) is unknown color: approx Tapestry. HEX triplet: AF, 66 and 88. RGB value is (175,102,136). Sum of RGB (Red+Green+Blue) = 175+102+136=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6688 is #509977. Grayscale: #7F7F7F. Windows color (decimal): -5282168 or 8939183. OLE color: 8939183.

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

Color convert

RGB175102136-
CMYK00.420.220.31
HSL332.05º31.33%54.31%-
HSV(B)332.05º41.71%68.63%-
XYZ26.8720.3925.81-
YUV127.7132.68161.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=42.37%
G=24.70%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510213600.420.220.31332.0531.3354.31
HexAF668802A161F14c1f36
Octal25714621005226375143766
Binary101011111100110100010000101010101101111110100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6688; }

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

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

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

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

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

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

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

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