Html Css Color HEX #AF6980 Tapestry

📋 copy color: '#AF6980'

red 175 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #AF6980

Tints of Tapestry #AF6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 42.89%
G = 25.74%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF6980 (or 0xAF6980) is known color: Tapestry. HEX triplet: AF, 69 and 80. RGB value is (175,105,128). Sum of RGB (Red+Green+Blue) = 175+105+128=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6980 is #50967F. Grayscale: #808080. Windows color (decimal): -5281408 or 8415663. OLE color: 8415663.

HSL color Cylindrical-coordinate representation of color #AF6980: hue angle of 340.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6980 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 128 -
CMYK 0 0.40 0.27 0.31
HSL 340.29º 0.3% 0.55% -
HSV(B) 340.29º 0.4% 0.69% -
XYZ 26.63 20.78 23.03 -
YUV 128.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 175 105 128 0 0.40 0.27 0.31 340.29 0.3 0.55
Hex AF 69 80 0 28 1B 1F 154 1E 37
Octal 257 151 200 0 50 33 37 524 36 67
Binary 10101111 1101001 10000000 0 101000 11011 11111 101010100 11110 110111

Color Harmonies of #AF6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6980

Black with #AF6980

Text Example


Text Example

White with #AF6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6980; }

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

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

background-color css

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

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

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

border-color css

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

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

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