Html Css Color HEX #AB6388 Tapestry

📋 copy color: '#AB6388'

red 171 ◦ green 99 ◦ blue 136

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

Shades of Tapestry #AB6388

Tints of Tapestry #AB6388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

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

R = 42.12%
G = 24.38%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB6388 (or 0xAB6388) is known color: Tapestry. HEX triplet: AB, 63 and 88. RGB value is (171,99,136). Sum of RGB (Red+Green+Blue) = 171+99+136=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6388 is #549C77. Grayscale: #7C7C7C. Windows color (decimal): -5545080 or 8938411. OLE color: 8938411.

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

Color convert

RGB 171 99 136 -
CMYK 0 0.42 0.20 0.33
HSL 329.17º 0.3% 0.53% -
HSV(B) 329.17º 0.42% 0.67% -
XYZ 25.7 19.36 25.67 -
YUV 124.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 171 99 136 0 0.42 0.20 0.33 329.17 0.3 0.53
Hex AB 63 88 0 2A 14 21 149 1E 35
Octal 253 143 210 0 52 24 41 511 36 65
Binary 10101011 1100011 10001000 0 101010 10100 100001 101001001 11110 110101

Color Harmonies of #AB6388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6388

Black with #AB6388

Text Example


Text Example

White with #AB6388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6388; }

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

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

background-color css

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

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

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

border-color css

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

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

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