Html Css Color HEX #AB6880 Tapestry

📋 copy color: '#AB6880'

red 171 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #AB6880

Tints of Tapestry #AB6880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 42.43%
G = 25.81%
B = 31.76%

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

#AB6880 (or 0xAB6880) is known color: Tapestry. HEX triplet: AB, 68 and 80. RGB value is (171,104,128). Sum of RGB (Red+Green+Blue) = 171+104+128=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6880 is #54977F. Grayscale: #7E7E7E. Windows color (decimal): -5543808 or 8415403. OLE color: 8415403.

HSL color Cylindrical-coordinate representation of color #AB6880: hue angle of 338.51º degrees, saturation: 0.29, 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 #AB6880 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 104 128 -
CMYK 0 0.39 0.25 0.33
HSL 338.51º 0.29% 0.54% -
HSV(B) 338.51º 0.39% 0.67% -
XYZ 25.64 20.12 22.95 -
YUV 126.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 171 104 128 0 0.39 0.25 0.33 338.51 0.29 0.54
Hex AB 68 80 0 27 19 21 153 1D 36
Octal 253 150 200 0 47 31 41 523 35 66
Binary 10101011 1101000 10000000 0 100111 11001 100001 101010011 11101 110110

Color Harmonies of #AB6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6880

Black with #AB6880

Text Example


Text Example

White with #AB6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6880; }

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

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

background-color css

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

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

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

border-color css

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

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

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