Html Css Color HEX #AB6486 Tapestry

📋 copy color: '#AB6486'

red 171 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #AB6486

Tints of Tapestry #AB6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 42.22%
G = 24.69%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6486 (or 0xAB6486) is known color: Tapestry. HEX triplet: AB, 64 and 86. RGB value is (171,100,134). Sum of RGB (Red+Green+Blue) = 171+100+134=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6486 is #549B79. Grayscale: #7D7D7D. Windows color (decimal): -5544826 or 8807595. OLE color: 8807595.

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

Color convert

RGB 171 100 134 -
CMYK 0 0.42 0.22 0.33
HSL 331.27º 0.3% 0.53% -
HSV(B) 331.27º 0.42% 0.67% -
XYZ 25.65 19.49 24.96 -
YUV 125.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 171 100 134 0 0.42 0.22 0.33 331.27 0.3 0.53
Hex AB 64 86 0 2A 16 21 14B 1E 35
Octal 253 144 206 0 52 26 41 513 36 65
Binary 10101011 1100100 10000110 0 101010 10110 100001 101001011 11110 110101

Color Harmonies of #AB6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6486

Black with #AB6486

Text Example


Text Example

White with #AB6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6486; }

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

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

background-color css

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

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

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

border-color css

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

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

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