#AF6278

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

Shades of Tapestry #AF6278

Tints of Tapestry #AF6278

Color information

#AF6278 (or 0xAF6278) is unknown color: approx Tapestry. HEX triplet: AF, 62 and 78. RGB value is (175,98,120). Sum of RGB (Red+Green+Blue) = 175+98+120=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6278 is #509D87. Grayscale: #7B7B7B. Windows color (decimal): -5283208 or 7889583. OLE color: 7889583.

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

Color convert

RGB17598120-
CMYK00.440.310.31
HSL342.86º32.49%53.53%-
HSV(B)342.86º44%68.63%-
XYZ25.4419.2120.14-
YUV123.53126.01164.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=44.53%
G=24.94%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759812000.440.310.31342.8632.4953.53
HexAF627802C1F1F1572036
Octal25714217005437375274066
Binary101011111100010111100001011001111111111101010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6278; }

 p { color: rgb(175,98,120); }

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

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

 a { background-color: rgb(175,98,120); }

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

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

 span { border-color: rgb(175,98,120); }

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