Html Css Color HEX #AB6988 Tapestry

📋 copy color: '#AB6988'

red 171 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #AB6988

Tints of Tapestry #AB6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 41.5%
G = 25.49%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6988 (or 0xAB6988) is known color: Tapestry. HEX triplet: AB, 69 and 88. RGB value is (171,105,136). Sum of RGB (Red+Green+Blue) = 171+105+136=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6988 is #549677. Grayscale: #808080. Windows color (decimal): -5543544 or 8939947. OLE color: 8939947.

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

Color convert

RGB 171 105 136 -
CMYK 0 0.39 0.20 0.33
HSL 331.82º 0.28% 0.54% -
HSV(B) 331.82º 0.39% 0.67% -
XYZ 26.29 20.54 25.87 -
YUV 128.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 171 105 136 0 0.39 0.20 0.33 331.82 0.28 0.54
Hex AB 69 88 0 27 14 21 14C 1C 36
Octal 253 151 210 0 47 24 41 514 34 66
Binary 10101011 1101001 10001000 0 100111 10100 100001 101001100 11100 110110

Color Harmonies of #AB6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6988

Black with #AB6988

Text Example


Text Example

White with #AB6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6988; }

 p { color: rgb(171,105,136); }

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

background-color css

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

 a { background-color: rgb(171,105,136); }

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

border-color css

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

 span { border-color: rgb(171,105,136); }

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