Html Css Color HEX #AB6E8D Tapestry

📋 copy color: '#AB6E8D'

red 171 ◦ green 110 ◦ blue 141

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

Shades of Tapestry #AB6E8D

Tints of Tapestry #AB6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 40.52%
G = 26.07%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB6E8D (or 0xAB6E8D) is known color: Tapestry. HEX triplet: AB, 6E and 8D. RGB value is (171,110,141). Sum of RGB (Red+Green+Blue) = 171+110+141=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6E8D is #549172. Grayscale: #838383. Windows color (decimal): -5542259 or 9268907. OLE color: 9268907.

HSL color Cylindrical-coordinate representation of color #AB6E8D: hue angle of 329.51º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6E8D is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 110 141 -
CMYK 0 0.36 0.18 0.33
HSL 329.51º 0.27% 0.55% -
HSV(B) 329.51º 0.36% 0.67% -
XYZ 27.18 21.73 27.96 -
YUV 131.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 171 110 141 0 0.36 0.18 0.33 329.51 0.27 0.55
Hex AB 6E 8D 0 24 12 21 14A 1B 37
Octal 253 156 215 0 44 22 41 512 33 67
Binary 10101011 1101110 10001101 0 100100 10010 100001 101001010 11011 110111

Color Harmonies of #AB6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E8D

Black with #AB6E8D

Text Example


Text Example

White with #AB6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E8D; }

 p { color: rgb(171,110,141); }

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

background-color css

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

 a { background-color: rgb(171,110,141); }

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

border-color css

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

 span { border-color: rgb(171,110,141); }

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