Html Css Color HEX #AB6482 Tapestry

📋 copy color: '#AB6482'

red 171 ◦ green 100 ◦ blue 130

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

Shades of Tapestry #AB6482

Tints of Tapestry #AB6482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 42.64%
G = 24.94%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB6482 (or 0xAB6482) is known color: Tapestry. HEX triplet: AB, 64 and 82. RGB value is (171,100,130). Sum of RGB (Red+Green+Blue) = 171+100+130=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6482 is #549B7D. Grayscale: #7C7C7C. Windows color (decimal): -5544830 or 8545451. OLE color: 8545451.

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

Color convert

RGB 171 100 130 -
CMYK 0 0.42 0.24 0.33
HSL 334.65º 0.3% 0.53% -
HSV(B) 334.65º 0.42% 0.67% -
XYZ 25.38 19.38 23.52 -
YUV 124.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 171 100 130 0 0.42 0.24 0.33 334.65 0.3 0.53
Hex AB 64 82 0 2A 18 21 14F 1E 35
Octal 253 144 202 0 52 30 41 517 36 65
Binary 10101011 1100100 10000010 0 101010 11000 100001 101001111 11110 110101

Color Harmonies of #AB6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6482

Black with #AB6482

Text Example


Text Example

White with #AB6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6482; }

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

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

background-color css

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

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

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

border-color css

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

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

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