#AF6888

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

Shades of Tapestry #AF6888

Tints of Tapestry #AF6888

Color information

#AF6888 (or 0xAF6888) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 88. RGB value is (175,104,136). Sum of RGB (Red+Green+Blue) = 175+104+136=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6888 is #509777. Grayscale: #808080. Windows color (decimal): -5281656 or 8939695. OLE color: 8939695.

HSL color Cylindrical-coordinate representation of color #AF6888: hue angle of 332.96º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6888 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175104136-
CMYK00.410.220.31
HSL332.96º30.74%54.71%-
HSV(B)332.96º40.57%68.63%-
XYZ27.0720.7925.88-
YUV128.88132.02160.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=42.17%
G=25.06%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510413600.410.220.31332.9630.7454.71
HexAF6888029161F14d1f37
Octal25715021005126375153767
Binary101011111101000100010000101001101101111110100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6888; }

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

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

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

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

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

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

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

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