Html Css Color HEX #AF5E89 Tapestry

📋 copy color: '#AF5E89'

red 175 ◦ green 94 ◦ blue 137

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

Shades of Tapestry #AF5E89

Tints of Tapestry #AF5E89

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 43.1%
G = 23.15%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF5E89 (or 0xAF5E89) is known color: Tapestry. HEX triplet: AF, 5E and 89. RGB value is (175,94,137). Sum of RGB (Red+Green+Blue) = 175+94+137=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E89 is #50A176. Grayscale: #7B7B7B. Windows color (decimal): -5284215 or 9002671. OLE color: 9002671.

HSL color Cylindrical-coordinate representation of color #AF5E89: hue angle of 328.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E89 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 137 -
CMYK 0 0.46 0.22 0.31
HSL 328.15º 0.34% 0.53% -
HSV(B) 328.15º 0.46% 0.69% -
XYZ 26.2 18.93 25.94 -
YUV 123.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 175 94 137 0 0.46 0.22 0.31 328.15 0.34 0.53
Hex AF 5E 89 0 2E 16 1F 148 22 35
Octal 257 136 211 0 56 26 37 510 42 65
Binary 10101111 1011110 10001001 0 101110 10110 11111 101001000 100010 110101

Color Harmonies of #AF5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E89

Black with #AF5E89

Text Example


Text Example

White with #AF5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E89; }

 p { color: rgb(175,94,137); }

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

background-color css

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

 a { background-color: rgb(175,94,137); }

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

border-color css

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

 span { border-color: rgb(175,94,137); }

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