Html Css Color HEX #AF5F80 Tapestry

📋 copy color: '#AF5F80'

red 175 ◦ green 95 ◦ blue 128

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

Shades of Tapestry #AF5F80

Tints of Tapestry #AF5F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 43.97%
G = 23.87%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5F80 (or 0xAF5F80) is known color: Tapestry. HEX triplet: AF, 5F and 80. RGB value is (175,95,128). Sum of RGB (Red+Green+Blue) = 175+95+128=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F80 is #50A07F. Grayscale: #7A7A7A. Windows color (decimal): -5283968 or 8413103. OLE color: 8413103.

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

Color convert

RGB 175 95 128 -
CMYK 0 0.46 0.27 0.31
HSL 335.25º 0.33% 0.53% -
HSV(B) 335.25º 0.46% 0.69% -
XYZ 25.67 18.86 22.71 -
YUV 122.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 175 95 128 0 0.46 0.27 0.31 335.25 0.33 0.53
Hex AF 5F 80 0 2E 1B 1F 14F 21 35
Octal 257 137 200 0 56 33 37 517 41 65
Binary 10101111 1011111 10000000 0 101110 11011 11111 101001111 100001 110101

Color Harmonies of #AF5F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F80

Black with #AF5F80

Text Example


Text Example

White with #AF5F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F80; }

 p { color: rgb(175,95,128); }

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

background-color css

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

 a { background-color: rgb(175,95,128); }

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

border-color css

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

 span { border-color: rgb(175,95,128); }

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