Html Css Color HEX #AB6382 Tapestry

📋 copy color: '#AB6382'

red 171 ◦ green 99 ◦ blue 130

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

Shades of Tapestry #AB6382

Tints of Tapestry #AB6382

RGB

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

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

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

R = 42.75%
G = 24.75%
B = 32.5%

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

#AB6382 (or 0xAB6382) is known color: Tapestry. HEX triplet: AB, 63 and 82. RGB value is (171,99,130). Sum of RGB (Red+Green+Blue) = 171+99+130=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6382 is #549C7D. Grayscale: #7C7C7C. Windows color (decimal): -5545086 or 8545195. OLE color: 8545195.

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

Color convert

RGB 171 99 130 -
CMYK 0 0.42 0.24 0.33
HSL 334.17º 0.3% 0.53% -
HSV(B) 334.17º 0.42% 0.67% -
XYZ 25.29 19.19 23.49 -
YUV 124.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 171 99 130 0 0.42 0.24 0.33 334.17 0.3 0.53
Hex AB 63 82 0 2A 18 21 14E 1E 35
Octal 253 143 202 0 52 30 41 516 36 65
Binary 10101011 1100011 10000010 0 101010 11000 100001 101001110 11110 110101

Color Harmonies of #AB6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6382

Black with #AB6382

Text Example


Text Example

White with #AB6382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6382; }

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

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

background-color css

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

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

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

border-color css

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

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

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