Html Css Color HEX #AB6086 Tapestry

📋 copy color: '#AB6086'

red 171 ◦ green 96 ◦ blue 134

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

Shades of Tapestry #AB6086

Tints of Tapestry #AB6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

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

R = 42.64%
G = 23.94%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6086 (or 0xAB6086) is known color: Tapestry. HEX triplet: AB, 60 and 86. RGB value is (171,96,134). Sum of RGB (Red+Green+Blue) = 171+96+134=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6086 is #549F79. Grayscale: #7A7A7A. Windows color (decimal): -5545850 or 8806571. OLE color: 8806571.

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

Color convert

RGB 171 96 134 -
CMYK 0 0.44 0.22 0.33
HSL 329.6º 0.31% 0.52% -
HSV(B) 329.6º 0.44% 0.67% -
XYZ 25.28 18.74 24.84 -
YUV 122.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 171 96 134 0 0.44 0.22 0.33 329.6 0.31 0.52
Hex AB 60 86 0 2C 16 21 14A 1F 34
Octal 253 140 206 0 54 26 41 512 37 64
Binary 10101011 1100000 10000110 0 101100 10110 100001 101001010 11111 110100

Color Harmonies of #AB6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6086

Black with #AB6086

Text Example


Text Example

White with #AB6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6086; }

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

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

background-color css

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

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

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

border-color css

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

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

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