#AB6084

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

Shades of Tapestry #AB6084

Tints of Tapestry #AB6084

Color information

#AB6084 (or 0xAB6084) is unknown color: approx Tapestry. HEX triplet: AB, 60 and 84. RGB value is (171,96,132). Sum of RGB (Red+Green+Blue) = 171+96+132=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6084 is #549F7B. Grayscale: #7A7A7A. Windows color (decimal): -5545852 or 8675499. OLE color: 8675499.

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

Color convert

RGB17196132-
CMYK00.440.230.33
HSL331.2º30.86%52.35%-
HSV(B)331.2º43.86%67.06%-
XYZ25.1418.6924.11-
YUV122.53133.35162.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=42.86%
G=24.06%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719613200.440.230.33331.230.8652.35
HexAB608402C172114b1f34
Octal25314020405427415133764
Binary1010101111000001000010001011001011110000110100101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6084; }

 p { color: rgb(171,96,132); }

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

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

 a { background-color: rgb(171,96,132); }

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

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

 span { border-color: rgb(171,96,132); }

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