Html Css Color HEX #AB6F8A Tapestry

📋 copy color: '#AB6F8A'

red 171 ◦ green 111 ◦ blue 138

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

Shades of Tapestry #AB6F8A

Tints of Tapestry #AB6F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 40.71%
G = 26.43%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB6F8A (or 0xAB6F8A) is known color: Tapestry. HEX triplet: AB, 6F and 8A. RGB value is (171,111,138). Sum of RGB (Red+Green+Blue) = 171+111+138=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6F8A is #549075. Grayscale: #838383. Windows color (decimal): -5542006 or 9072555. OLE color: 9072555.

HSL color Cylindrical-coordinate representation of color #AB6F8A: hue angle of 333º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6F8A is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 111 138 -
CMYK 0 0.35 0.19 0.33
HSL 333º 0.26% 0.55% -
HSV(B) 333º 0.35% 0.67% -
XYZ 27.07 21.86 26.84 -
YUV 132.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 171 111 138 0 0.35 0.19 0.33 333 0.26 0.55
Hex AB 6F 8A 0 23 13 21 14D 1A 37
Octal 253 157 212 0 43 23 41 515 32 67
Binary 10101011 1101111 10001010 0 100011 10011 100001 101001101 11010 110111

Color Harmonies of #AB6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F8A

Black with #AB6F8A

Text Example


Text Example

White with #AB6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F8A; }

 p { color: rgb(171,111,138); }

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

background-color css

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

 a { background-color: rgb(171,111,138); }

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

border-color css

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

 span { border-color: rgb(171,111,138); }

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