Html Css Color HEX #AB6980 Tapestry

📋 copy color: '#AB6980'

red 171 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #AB6980

Tints of Tapestry #AB6980

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

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

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

R = 42.33%
G = 25.99%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB6980 (or 0xAB6980) is known color: Tapestry. HEX triplet: AB, 69 and 80. RGB value is (171,105,128). Sum of RGB (Red+Green+Blue) = 171+105+128=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6980 is #54967F. Grayscale: #7F7F7F. Windows color (decimal): -5543552 or 8415659. OLE color: 8415659.

HSL color Cylindrical-coordinate representation of color #AB6980: hue angle of 339.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6980 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 128 -
CMYK 0 0.39 0.25 0.33
HSL 339.09º 0.28% 0.54% -
HSV(B) 339.09º 0.39% 0.67% -
XYZ 25.74 20.32 22.99 -
YUV 127.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 171 105 128 0 0.39 0.25 0.33 339.09 0.28 0.54
Hex AB 69 80 0 27 19 21 153 1C 36
Octal 253 151 200 0 47 31 41 523 34 66
Binary 10101011 1101001 10000000 0 100111 11001 100001 101010011 11100 110110

Color Harmonies of #AB6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6980

Black with #AB6980

Text Example


Text Example

White with #AB6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6980; }

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

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

background-color css

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

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

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

border-color css

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

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

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