#AB6384

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

Shades of Tapestry #AB6384

Tints of Tapestry #AB6384

Color information

#AB6384 (or 0xAB6384) is unknown color: approx Tapestry. HEX triplet: AB, 63 and 84. RGB value is (171,99,132). Sum of RGB (Red+Green+Blue) = 171+99+132=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6384 is #549C7B. Grayscale: #7C7C7C. Windows color (decimal): -5545084 or 8676267. OLE color: 8676267.

HSL color Cylindrical-coordinate representation of color #AB6384: hue angle of 332.5º 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 #AB6384 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB17199132-
CMYK00.420.230.33
HSL332.5º30%52.94%-
HSV(B)332.5º42.11%67.06%-
XYZ25.4219.2524.21-
YUV124.29132.35161.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=42.54%
G=24.63%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719913200.420.230.33332.53052.94
HexAB638402A172114c1e35
Octal25314320405227415143665
Binary1010101111000111000010001010101011110000110100110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6384; }

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

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

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

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

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

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

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

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