#AB617F

Color #AB617F Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AB617F

Tints of Tapestry #AB617F

Color information

#AB617F (or 0xAB617F) is unknown color: approx Tapestry. HEX triplet: AB, 61 and 7F. RGB value is (171,97,127). Sum of RGB (Red+Green+Blue) = 171+97+127=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617F is #549E80. Grayscale: #7A7A7A. Windows color (decimal): -5545601 or 8348075. OLE color: 8348075.

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

Color convert

RGB17197127-
CMYK00.430.260.33
HSL335.68º30.58%52.55%-
HSV(B)335.68º43.27%67.06%-
XYZ24.918.7422.38-
YUV122.55130.52162.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 127 (50% from 255) = 32.15%
R=43.29%
G=24.56%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719712700.430.260.33335.6830.5852.55
HexAB617F02B1A211501f35
Octal25314117705332415203765
Binary101010111100001111111101010111101010000110101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB617F; }

 p { color: rgb(171,97,127); }

 H1.HeaderClassName
 {
   color: #AB617F;
 }
 .AnyTagClassName
 {
   color: #AB617F;
 }
</style>
background-color css

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

 a { background-color: rgb(171,97,127); }

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

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

 span { border-color: rgb(171,97,127); }

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