Html Css Color HEX #AB6387 Tapestry

📋 copy color: '#AB6387'

red 171 ◦ green 99 ◦ blue 135

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

Shades of Tapestry #AB6387

Tints of Tapestry #AB6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 42.22%
G = 24.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AB6387 (or 0xAB6387) is known color: Tapestry. HEX triplet: AB, 63 and 87. RGB value is (171,99,135). Sum of RGB (Red+Green+Blue) = 171+99+135=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6387 is #549C78. Grayscale: #7C7C7C. Windows color (decimal): -5545081 or 8872875. OLE color: 8872875.

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

Color convert

RGB 171 99 135 -
CMYK 0 0.42 0.21 0.33
HSL 330º 0.3% 0.53% -
HSV(B) 330º 0.42% 0.67% -
XYZ 25.63 19.33 25.3 -
YUV 124.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 171 99 135 0 0.42 0.21 0.33 330 0.3 0.53
Hex AB 63 87 0 2A 15 21 14A 1E 35
Octal 253 143 207 0 52 25 41 512 36 65
Binary 10101011 1100011 10000111 0 101010 10101 100001 101001010 11110 110101

Color Harmonies of #AB6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6387

Black with #AB6387

Text Example


Text Example

White with #AB6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6387; }

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

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

background-color css

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

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

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

border-color css

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

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

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