Html Css Color HEX #AB6281 Tapestry

📋 copy color: '#AB6281'

red 171 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #AB6281

Tints of Tapestry #AB6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 42.96%
G = 24.62%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB6281 (or 0xAB6281) is known color: Tapestry. HEX triplet: AB, 62 and 81. RGB value is (171,98,129). Sum of RGB (Red+Green+Blue) = 171+98+129=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6281 is #549D7E. Grayscale: #7B7B7B. Windows color (decimal): -5545343 or 8479403. OLE color: 8479403.

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

Color convert

RGB 171 98 129 -
CMYK 0 0.43 0.25 0.33
HSL 334.52º 0.3% 0.53% -
HSV(B) 334.52º 0.43% 0.67% -
XYZ 25.12 18.98 23.11 -
YUV 123.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 171 98 129 0 0.43 0.25 0.33 334.52 0.3 0.53
Hex AB 62 81 0 2B 19 21 14F 1E 35
Octal 253 142 201 0 53 31 41 517 36 65
Binary 10101011 1100010 10000001 0 101011 11001 100001 101001111 11110 110101

Color Harmonies of #AB6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6281

Black with #AB6281

Text Example


Text Example

White with #AB6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6281; }

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

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

background-color css

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

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

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

border-color css

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

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

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