#AF678A

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

Shades of Tapestry #AF678A

Tints of Tapestry #AF678A

Color information

#AF678A (or 0xAF678A) is unknown color: approx Tapestry. HEX triplet: AF, 67 and 8A. RGB value is (175,103,138). Sum of RGB (Red+Green+Blue) = 175+103+138=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678A is #509875. Grayscale: #808080. Windows color (decimal): -5281910 or 9070511. OLE color: 9070511.

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

Color convert

RGB175103138-
CMYK00.410.210.31
HSL330.83º31.03%54.51%-
HSV(B)330.83º41.14%68.63%-
XYZ27.1220.6526.6-
YUV128.52133.35161.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=42.07%
G=24.76%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510313800.410.210.31330.8331.0354.51
HexAF678A029151F14b1f37
Octal25714721205125375133767
Binary101011111100111100010100101001101011111110100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF678A; }

 p { color: rgb(175,103,138); }

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

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

 a { background-color: rgb(175,103,138); }

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

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

 span { border-color: rgb(175,103,138); }

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