Html Css Color HEX #AF5D81 Tapestry

📋 copy color: '#AF5D81'

red 175 ◦ green 93 ◦ blue 129

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

Shades of Tapestry #AF5D81

Tints of Tapestry #AF5D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 44.08%
G = 23.43%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5D81 (or 0xAF5D81) is known color: Tapestry. HEX triplet: AF, 5D and 81. RGB value is (175,93,129). Sum of RGB (Red+Green+Blue) = 175+93+129=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D81 is #50A27E. Grayscale: #797979. Windows color (decimal): -5284479 or 8478127. OLE color: 8478127.

HSL color Cylindrical-coordinate representation of color #AF5D81: hue angle of 333.66º 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 #AF5D81 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 129 -
CMYK 0 0.47 0.26 0.31
HSL 333.66º 0.34% 0.53% -
HSV(B) 333.66º 0.47% 0.69% -
XYZ 25.56 18.53 23 -
YUV 121.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 175 93 129 0 0.47 0.26 0.31 333.66 0.34 0.53
Hex AF 5D 81 0 2F 1A 1F 14E 22 35
Octal 257 135 201 0 57 32 37 516 42 65
Binary 10101111 1011101 10000001 0 101111 11010 11111 101001110 100010 110101

Color Harmonies of #AF5D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D81

Black with #AF5D81

Text Example


Text Example

White with #AF5D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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