Html Css Color HEX #AB6085 Tapestry

📋 copy color: '#AB6085'

red 171 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #AB6085

Tints of Tapestry #AB6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 42.75%
G = 24%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6085 (or 0xAB6085) is known color: Tapestry. HEX triplet: AB, 60 and 85. RGB value is (171,96,133). Sum of RGB (Red+Green+Blue) = 171+96+133=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6085 is #549F7A. Grayscale: #7A7A7A. Windows color (decimal): -5545851 or 8741035. OLE color: 8741035.

HSL color Cylindrical-coordinate representation of color #AB6085: hue angle of 330.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6085 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 133 -
CMYK 0 0.44 0.22 0.33
HSL 330.4º 0.31% 0.52% -
HSV(B) 330.4º 0.44% 0.67% -
XYZ 25.21 18.72 24.47 -
YUV 122.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 171 96 133 0 0.44 0.22 0.33 330.4 0.31 0.52
Hex AB 60 85 0 2C 16 21 14A 1F 34
Octal 253 140 205 0 54 26 41 512 37 64
Binary 10101011 1100000 10000101 0 101100 10110 100001 101001010 11111 110100

Color Harmonies of #AB6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6085

Black with #AB6085

Text Example


Text Example

White with #AB6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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