Html Css Color HEX #AB6082 Tapestry

📋 copy color: '#AB6082'

red 171 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #AB6082

Tints of Tapestry #AB6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 43.07%
G = 24.18%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB6082 (or 0xAB6082) is known color: Tapestry. HEX triplet: AB, 60 and 82. RGB value is (171,96,130). Sum of RGB (Red+Green+Blue) = 171+96+130=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6082 is #549F7D. Grayscale: #7A7A7A. Windows color (decimal): -5545854 or 8544427. OLE color: 8544427.

HSL color Cylindrical-coordinate representation of color #AB6082: hue angle of 332.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6082 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 130 -
CMYK 0 0.44 0.24 0.33
HSL 332.8º 0.31% 0.52% -
HSV(B) 332.8º 0.44% 0.67% -
XYZ 25.01 18.64 23.4 -
YUV 122.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 171 96 130 0 0.44 0.24 0.33 332.8 0.31 0.52
Hex AB 60 82 0 2C 18 21 14D 1F 34
Octal 253 140 202 0 54 30 41 515 37 64
Binary 10101011 1100000 10000010 0 101100 11000 100001 101001101 11111 110100

Color Harmonies of #AB6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6082

Black with #AB6082

Text Example


Text Example

White with #AB6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6082; }

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

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

background-color css

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

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

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

border-color css

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

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

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