Html Css Color HEX #AB7284 Tapestry

📋 copy color: '#AB7284'

red 171 ◦ green 114 ◦ blue 132

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

Shades of Tapestry #AB7284

Tints of Tapestry #AB7284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 41.01%
G = 27.34%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB7284 (or 0xAB7284) is known color: Tapestry. HEX triplet: AB, 72 and 84. RGB value is (171,114,132). Sum of RGB (Red+Green+Blue) = 171+114+132=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7284 is #548D7B. Grayscale: #858585. Windows color (decimal): -5541244 or 8680107. OLE color: 8680107.

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

Color convert

RGB 171 114 132 -
CMYK 0 0.33 0.23 0.33
HSL 341.05º 0.25% 0.56% -
HSV(B) 341.05º 0.33% 0.67% -
XYZ 26.98 22.36 24.72 -
YUV 133.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 171 114 132 0 0.33 0.23 0.33 341.05 0.25 0.56
Hex AB 72 84 0 21 17 21 155 19 38
Octal 253 162 204 0 41 27 41 525 31 70
Binary 10101011 1110010 10000100 0 100001 10111 100001 101010101 11001 111000

Color Harmonies of #AB7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7284

Black with #AB7284

Text Example


Text Example

White with #AB7284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7284; }

 p { color: rgb(171,114,132); }

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

background-color css

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

 a { background-color: rgb(171,114,132); }

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

border-color css

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

 span { border-color: rgb(171,114,132); }

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