Html Css Color HEX #AF7486 Tapestry

📋 copy color: '#AF7486'

red 175 ◦ green 116 ◦ blue 134

#AF7486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AF7486

Tints of Tapestry #AF7486

RGB

 RED value IS 175 (68.75% from 255) = 41.18%

 GREEN value IS 116 (45.7% from 255) = 27.29%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 41.18%
G = 27.29%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7486 (or 0xAF7486) is known color: Tapestry. HEX triplet: AF, 74 and 86. RGB value is (175,116,134). Sum of RGB (Red+Green+Blue) = 175+116+134=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7486 is #508B79. Grayscale: #878787. Windows color (decimal): -5278586 or 8811695. OLE color: 8811695.

HSL color Cylindrical-coordinate representation of color #AF7486: hue angle of 341.69º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7486 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 134 -
CMYK 0 0.34 0.23 0.31
HSL 341.69º 0.27% 0.57% -
HSV(B) 341.69º 0.34% 0.69% -
XYZ 28.23 23.33 25.57 -
YUV 135.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 175 116 134 0 0.34 0.23 0.31 341.69 0.27 0.57
Hex AF 74 86 0 22 17 1F 156 1B 39
Octal 257 164 206 0 42 27 37 526 33 71
Binary 10101111 1110100 10000110 0 100010 10111 11111 101010110 11011 111001

Color Harmonies of #AF7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7486

Black with #AF7486

Text Example


Text Example

White with #AF7486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7486; }

 p { color: rgb(175,116,134); }

 H1.HeaderClassName
 {
   color: #AF7486;
 }
 .AnyTagClassName
 {
   color: #AF7486;
 }
</style>

background-color css

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

 a { background-color: rgb(175,116,134); }

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

border-color css

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

 span { border-color: rgb(175,116,134); }

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