Html Css Color HEX #AF5D83 Tapestry

📋 copy color: '#AF5D83'

red 175 ◦ green 93 ◦ blue 131

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

Shades of Tapestry #AF5D83

Tints of Tapestry #AF5D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 43.86%
G = 23.31%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5D83 (or 0xAF5D83) is known color: Tapestry. HEX triplet: AF, 5D and 83. RGB value is (175,93,131). Sum of RGB (Red+Green+Blue) = 175+93+131=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D83 is #50A27C. Grayscale: #797979. Windows color (decimal): -5284477 or 8609199. OLE color: 8609199.

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

Color convert

RGB 175 93 131 -
CMYK 0 0.47 0.25 0.31
HSL 332.2º 0.34% 0.53% -
HSV(B) 332.2º 0.47% 0.69% -
XYZ 25.69 18.58 23.71 -
YUV 121.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 175 93 131 0 0.47 0.25 0.31 332.2 0.34 0.53
Hex AF 5D 83 0 2F 19 1F 14C 22 35
Octal 257 135 203 0 57 31 37 514 42 65
Binary 10101111 1011101 10000011 0 101111 11001 11111 101001100 100010 110101

Color Harmonies of #AF5D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D83

Black with #AF5D83

Text Example


Text Example

White with #AF5D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D83; }

 p { color: rgb(175,93,131); }

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

background-color css

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

 a { background-color: rgb(175,93,131); }

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

border-color css

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

 span { border-color: rgb(175,93,131); }

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