Html Css Color HEX #AB6588 Tapestry

📋 copy color: '#AB6588'

red 171 ◦ green 101 ◦ blue 136

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

Shades of Tapestry #AB6588

Tints of Tapestry #AB6588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 41.91%
G = 24.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6588 (or 0xAB6588) is known color: Tapestry. HEX triplet: AB, 65 and 88. RGB value is (171,101,136). Sum of RGB (Red+Green+Blue) = 171+101+136=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6588 is #549A77. Grayscale: #7D7D7D. Windows color (decimal): -5544568 or 8938923. OLE color: 8938923.

HSL color Cylindrical-coordinate representation of color #AB6588: hue angle of 330º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6588 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 136 -
CMYK 0 0.41 0.20 0.33
HSL 330º 0.29% 0.53% -
HSV(B) 330º 0.41% 0.67% -
XYZ 25.89 19.74 25.74 -
YUV 125.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 171 101 136 0 0.41 0.20 0.33 330 0.29 0.53
Hex AB 65 88 0 29 14 21 14A 1D 35
Octal 253 145 210 0 51 24 41 512 35 65
Binary 10101011 1100101 10001000 0 101001 10100 100001 101001010 11101 110101

Color Harmonies of #AB6588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6588

Black with #AB6588

Text Example


Text Example

White with #AB6588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6588; }

 p { color: rgb(171,101,136); }

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

background-color css

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

 a { background-color: rgb(171,101,136); }

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

border-color css

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

 span { border-color: rgb(171,101,136); }

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