Html Css Color HEX #AB6185 Tapestry

📋 copy color: '#AB6185'

red 171 ◦ green 97 ◦ blue 133

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

Shades of Tapestry #AB6185

Tints of Tapestry #AB6185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 42.64%
G = 24.19%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6185 (or 0xAB6185) is known color: Tapestry. HEX triplet: AB, 61 and 85. RGB value is (171,97,133). Sum of RGB (Red+Green+Blue) = 171+97+133=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6185 is #549E7A. Grayscale: #7B7B7B. Windows color (decimal): -5545595 or 8741291. OLE color: 8741291.

HSL color Cylindrical-coordinate representation of color #AB6185: hue angle of 330.81º degrees, saturation: 0.31, 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 #AB6185 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 133 -
CMYK 0 0.43 0.22 0.33
HSL 330.81º 0.31% 0.53% -
HSV(B) 330.81º 0.43% 0.67% -
XYZ 25.3 18.9 24.5 -
YUV 123.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 171 97 133 0 0.43 0.22 0.33 330.81 0.31 0.53
Hex AB 61 85 0 2B 16 21 14B 1F 35
Octal 253 141 205 0 53 26 41 513 37 65
Binary 10101011 1100001 10000101 0 101011 10110 100001 101001011 11111 110101

Color Harmonies of #AB6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6185

Black with #AB6185

Text Example


Text Example

White with #AB6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6185; }

 p { color: rgb(171,97,133); }

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

background-color css

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

 a { background-color: rgb(171,97,133); }

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

border-color css

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

 span { border-color: rgb(171,97,133); }

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