Html Css Color HEX #AB6481 Tapestry

📋 copy color: '#AB6481'

red 171 ◦ green 100 ◦ blue 129

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

Shades of Tapestry #AB6481

Tints of Tapestry #AB6481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 42.75%
G = 25%
B = 32.25%

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

#AB6481 (or 0xAB6481) is known color: Tapestry. HEX triplet: AB, 64 and 81. RGB value is (171,100,129). Sum of RGB (Red+Green+Blue) = 171+100+129=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6481 is #549B7E. Grayscale: #7C7C7C. Windows color (decimal): -5544831 or 8479915. OLE color: 8479915.

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

Color convert

RGB 171 100 129 -
CMYK 0 0.42 0.25 0.33
HSL 335.49º 0.3% 0.53% -
HSV(B) 335.49º 0.42% 0.67% -
XYZ 25.31 19.36 23.17 -
YUV 124.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 171 100 129 0 0.42 0.25 0.33 335.49 0.3 0.53
Hex AB 64 81 0 2A 19 21 14F 1E 35
Octal 253 144 201 0 52 31 41 517 36 65
Binary 10101011 1100100 10000001 0 101010 11001 100001 101001111 11110 110101

Color Harmonies of #AB6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6481

Black with #AB6481

Text Example


Text Example

White with #AB6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6481; }

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

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

background-color css

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

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

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

border-color css

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

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

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