Html Css Color HEX #AB6F8D Tapestry

📋 copy color: '#AB6F8D'

red 171 ◦ green 111 ◦ blue 141

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

Shades of Tapestry #AB6F8D

Tints of Tapestry #AB6F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 40.43%
G = 26.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB6F8D (or 0xAB6F8D) is known color: Tapestry. HEX triplet: AB, 6F and 8D. RGB value is (171,111,141). Sum of RGB (Red+Green+Blue) = 171+111+141=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6F8D is #549072. Grayscale: #848484. Windows color (decimal): -5542003 or 9269163. OLE color: 9269163.

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

Color convert

RGB 171 111 141 -
CMYK 0 0.35 0.18 0.33
HSL 330º 0.26% 0.55% -
HSV(B) 330º 0.35% 0.67% -
XYZ 27.29 21.95 28 -
YUV 132.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 171 111 141 0 0.35 0.18 0.33 330 0.26 0.55
Hex AB 6F 8D 0 23 12 21 14A 1A 37
Octal 253 157 215 0 43 22 41 512 32 67
Binary 10101011 1101111 10001101 0 100011 10010 100001 101001010 11010 110111

Color Harmonies of #AB6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F8D

Black with #AB6F8D

Text Example


Text Example

White with #AB6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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