#AB6389

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

Shades of Tapestry #AB6389

Tints of Tapestry #AB6389

Color information

#AB6389 (or 0xAB6389) is unknown color: approx Tapestry. HEX triplet: AB, 63 and 89. RGB value is (171,99,137). Sum of RGB (Red+Green+Blue) = 171+99+137=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6389 is #549C76. Grayscale: #7C7C7C. Windows color (decimal): -5545079 or 9003947. OLE color: 9003947.

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

Color convert

RGB17199137-
CMYK00.420.200.33
HSL328.33º30%52.94%-
HSV(B)328.33º42.11%67.06%-
XYZ25.7719.3926.05-
YUV124.86134.85160.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=42.01%
G=24.32%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719913700.420.200.33328.333052.94
HexAB638902A14211481e35
Octal25314321105224415103665
Binary1010101111000111000100101010101010010000110100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6389; }

 p { color: rgb(171,99,137); }

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

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

 a { background-color: rgb(171,99,137); }

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

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

 span { border-color: rgb(171,99,137); }

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