Html Css Color HEX #AB718A Tapestry

📋 copy color: '#AB718A'

red 171 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #AB718A

Tints of Tapestry #AB718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 40.52%
G = 26.78%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB718A (or 0xAB718A) is known color: Tapestry. HEX triplet: AB, 71 and 8A. RGB value is (171,113,138). Sum of RGB (Red+Green+Blue) = 171+113+138=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718A is #548E75. Grayscale: #858585. Windows color (decimal): -5541494 or 9073067. OLE color: 9073067.

HSL color Cylindrical-coordinate representation of color #AB718A: hue angle of 334.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB718A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 138 -
CMYK 0 0.34 0.19 0.33
HSL 334.14º 0.26% 0.56% -
HSV(B) 334.14º 0.34% 0.67% -
XYZ 27.29 22.3 26.91 -
YUV 133.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 171 113 138 0 0.34 0.19 0.33 334.14 0.26 0.56
Hex AB 71 8A 0 22 13 21 14E 1A 38
Octal 253 161 212 0 42 23 41 516 32 70
Binary 10101011 1110001 10001010 0 100010 10011 100001 101001110 11010 111000

Color Harmonies of #AB718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB718A

Black with #AB718A

Text Example


Text Example

White with #AB718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB718A; }

 p { color: rgb(171,113,138); }

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

background-color css

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

 a { background-color: rgb(171,113,138); }

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

border-color css

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

 span { border-color: rgb(171,113,138); }

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