#AF6984

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

Shades of Tapestry #AF6984

Tints of Tapestry #AF6984

Color information

#AF6984 (or 0xAF6984) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 84. RGB value is (175,105,132). Sum of RGB (Red+Green+Blue) = 175+105+132=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6984 is #50967B. Grayscale: #808080. Windows color (decimal): -5281404 or 8677807. OLE color: 8677807.

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

Color convert

RGB175105132-
CMYK00.400.250.31
HSL336.86º30.43%54.9%-
HSV(B)336.86º40%68.63%-
XYZ26.920.8824.44-
YUV129.01129.69160.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=42.48%
G=25.49%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510513200.400.250.31336.8630.4354.9
HexAF6984028191F1511e37
Octal25715120405031375213667
Binary101011111101001100001000101000110011111110101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6984; }

 p { color: rgb(175,105,132); }

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

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

 a { background-color: rgb(175,105,132); }

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

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

 span { border-color: rgb(175,105,132); }

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