#AF6584

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

Shades of Tapestry #AF6584

Tints of Tapestry #AF6584

Color information

#AF6584 (or 0xAF6584) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 84. RGB value is (175,101,132). Sum of RGB (Red+Green+Blue) = 175+101+132=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6584 is #509A7B. Grayscale: #7E7E7E. Windows color (decimal): -5282428 or 8676783. OLE color: 8676783.

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

Color convert

RGB175101132-
CMYK00.420.250.31
HSL334.86º31.62%54.12%-
HSV(B)334.86º42.29%68.63%-
XYZ26.520.0924.31-
YUV126.66131.02162.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=42.89%
G=24.75%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510113200.420.250.31334.8631.6254.12
HexAF658402A191F14f2036
Octal25714520405231375174066
Binary1010111111001011000010001010101100111111101001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6584; }

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

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

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

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

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

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

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

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