Html Css Color HEX #AB6286 Tapestry

📋 copy color: '#AB6286'

red 171 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #AB6286

Tints of Tapestry #AB6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 42.43%
G = 24.32%
B = 33.25%

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

#AB6286 (or 0xAB6286) is known color: Tapestry. HEX triplet: AB, 62 and 86. RGB value is (171,98,134). Sum of RGB (Red+Green+Blue) = 171+98+134=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6286 is #549D79. Grayscale: #7B7B7B. Windows color (decimal): -5545338 or 8807083. OLE color: 8807083.

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

Color convert

RGB 171 98 134 -
CMYK 0 0.43 0.22 0.33
HSL 330.41º 0.3% 0.53% -
HSV(B) 330.41º 0.43% 0.67% -
XYZ 25.47 19.11 24.9 -
YUV 123.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 171 98 134 0 0.43 0.22 0.33 330.41 0.3 0.53
Hex AB 62 86 0 2B 16 21 14A 1E 35
Octal 253 142 206 0 53 26 41 512 36 65
Binary 10101011 1100010 10000110 0 101011 10110 100001 101001010 11110 110101

Color Harmonies of #AB6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6286

Black with #AB6286

Text Example


Text Example

White with #AB6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6286; }

 p { color: rgb(171,98,134); }

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

background-color css

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

 a { background-color: rgb(171,98,134); }

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

border-color css

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

 span { border-color: rgb(171,98,134); }

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