Html Css Color HEX #AB6381 Tapestry

📋 copy color: '#AB6381'

red 171 ◦ green 99 ◦ blue 129

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

Shades of Tapestry #AB6381

Tints of Tapestry #AB6381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 42.86%
G = 24.81%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB6381 (or 0xAB6381) is known color: Tapestry. HEX triplet: AB, 63 and 81. RGB value is (171,99,129). Sum of RGB (Red+Green+Blue) = 171+99+129=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6381 is #549C7E. Grayscale: #7B7B7B. Windows color (decimal): -5545087 or 8479659. OLE color: 8479659.

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

Color convert

RGB 171 99 129 -
CMYK 0 0.42 0.25 0.33
HSL 335º 0.3% 0.53% -
HSV(B) 335º 0.42% 0.67% -
XYZ 25.22 19.17 23.14 -
YUV 123.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 171 99 129 0 0.42 0.25 0.33 335 0.3 0.53
Hex AB 63 81 0 2A 19 21 14F 1E 35
Octal 253 143 201 0 52 31 41 517 36 65
Binary 10101011 1100011 10000001 0 101010 11001 100001 101001111 11110 110101

Color Harmonies of #AB6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6381

Black with #AB6381

Text Example


Text Example

White with #AB6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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