Html Css Color HEX #AB6886 Tapestry

📋 copy color: '#AB6886'

red 171 ◦ green 104 ◦ blue 134

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

Shades of Tapestry #AB6886

Tints of Tapestry #AB6886

RGB

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

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

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

R = 41.81%
G = 25.43%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6886 (or 0xAB6886) is known color: Tapestry. HEX triplet: AB, 68 and 86. RGB value is (171,104,134). Sum of RGB (Red+Green+Blue) = 171+104+134=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6886 is #549779. Grayscale: #7F7F7F. Windows color (decimal): -5543802 or 8808619. OLE color: 8808619.

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

Color convert

RGB 171 104 134 -
CMYK 0 0.39 0.22 0.33
HSL 333.13º 0.29% 0.54% -
HSV(B) 333.13º 0.39% 0.67% -
XYZ 26.05 20.28 25.1 -
YUV 127.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 171 104 134 0 0.39 0.22 0.33 333.13 0.29 0.54
Hex AB 68 86 0 27 16 21 14D 1D 36
Octal 253 150 206 0 47 26 41 515 35 66
Binary 10101011 1101000 10000110 0 100111 10110 100001 101001101 11101 110110

Color Harmonies of #AB6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6886

Black with #AB6886

Text Example


Text Example

White with #AB6886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6886; }

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

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

background-color css

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

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

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

border-color css

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

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

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