Html Css Color HEX #AB758D Tapestry

📋 copy color: '#AB758D'

red 171 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #AB758D

Tints of Tapestry #AB758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

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

R = 39.86%
G = 27.27%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB758D (or 0xAB758D) is known color: Tapestry. HEX triplet: AB, 75 and 8D. RGB value is (171,117,141). Sum of RGB (Red+Green+Blue) = 171+117+141=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758D is #548A72. Grayscale: #878787. Windows color (decimal): -5540467 or 9270699. OLE color: 9270699.

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

Color convert

RGB 171 117 141 -
CMYK 0 0.32 0.18 0.33
HSL 333.33º 0.24% 0.56% -
HSV(B) 333.33º 0.32% 0.67% -
XYZ 27.96 23.3 28.22 -
YUV 135.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 171 117 141 0 0.32 0.18 0.33 333.33 0.24 0.56
Hex AB 75 8D 0 20 12 21 14D 18 38
Octal 253 165 215 0 40 22 41 515 30 70
Binary 10101011 1110101 10001101 0 100000 10010 100001 101001101 11000 111000

Color Harmonies of #AB758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB758D

Black with #AB758D

Text Example


Text Example

White with #AB758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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