Html Css Color HEX #AB6586 Tapestry

📋 copy color: '#AB6586'

red 171 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #AB6586

Tints of Tapestry #AB6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

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

R = 42.12%
G = 24.88%
B = 33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6586 (or 0xAB6586) is known color: Tapestry. HEX triplet: AB, 65 and 86. RGB value is (171,101,134). Sum of RGB (Red+Green+Blue) = 171+101+134=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6586 is #549A79. Grayscale: #7D7D7D. Windows color (decimal): -5544570 or 8807851. OLE color: 8807851.

HSL color Cylindrical-coordinate representation of color #AB6586: hue angle of 331.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6586 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 134 -
CMYK 0 0.41 0.22 0.33
HSL 331.71º 0.29% 0.53% -
HSV(B) 331.71º 0.41% 0.67% -
XYZ 25.75 19.69 25 -
YUV 125.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 171 101 134 0 0.41 0.22 0.33 331.71 0.29 0.53
Hex AB 65 86 0 29 16 21 14C 1D 35
Octal 253 145 206 0 51 26 41 514 35 65
Binary 10101011 1100101 10000110 0 101001 10110 100001 101001100 11101 110101

Color Harmonies of #AB6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6586

Black with #AB6586

Text Example


Text Example

White with #AB6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6586; }

 p { color: rgb(171,101,134); }

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

background-color css

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

 a { background-color: rgb(171,101,134); }

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

border-color css

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

 span { border-color: rgb(171,101,134); }

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