Html Css Color HEX #AB5E7E Tapestry

📋 copy color: '#AB5E7E'

red 171 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #AB5E7E

Tints of Tapestry #AB5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 43.73%
G = 24.04%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB5E7E (or 0xAB5E7E) is known color: Tapestry. HEX triplet: AB, 5E and 7E. RGB value is (171,94,126). Sum of RGB (Red+Green+Blue) = 171+94+126=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E7E is #54A181. Grayscale: #787878. Windows color (decimal): -5546370 or 8281771. OLE color: 8281771.

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

Color convert

RGB 171 94 126 -
CMYK 0 0.45 0.26 0.33
HSL 335.06º 0.31% 0.52% -
HSV(B) 335.06º 0.45% 0.67% -
XYZ 24.56 18.17 21.95 -
YUV 120.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 171 94 126 0 0.45 0.26 0.33 335.06 0.31 0.52
Hex AB 5E 7E 0 2D 1A 21 14F 1F 34
Octal 253 136 176 0 55 32 41 517 37 64
Binary 10101011 1011110 1111110 0 101101 11010 100001 101001111 11111 110100

Color Harmonies of #AB5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E7E

Black with #AB5E7E

Text Example


Text Example

White with #AB5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E7E; }

 p { color: rgb(171,94,126); }

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

background-color css

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

 a { background-color: rgb(171,94,126); }

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

border-color css

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

 span { border-color: rgb(171,94,126); }

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