Html Css Color HEX #AF6181 Tapestry

📋 copy color: '#AF6181'

red 175 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #AF6181

Tints of Tapestry #AF6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 43.64%
G = 24.19%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF6181 (or 0xAF6181) is known color: Tapestry. HEX triplet: AF, 61 and 81. RGB value is (175,97,129). Sum of RGB (Red+Green+Blue) = 175+97+129=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6181 is #509E7E. Grayscale: #7B7B7B. Windows color (decimal): -5283455 or 8479151. OLE color: 8479151.

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

Color convert

RGB 175 97 129 -
CMYK 0 0.45 0.26 0.31
HSL 335.38º 0.33% 0.53% -
HSV(B) 335.38º 0.45% 0.69% -
XYZ 25.92 19.25 23.12 -
YUV 123.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 175 97 129 0 0.45 0.26 0.31 335.38 0.33 0.53
Hex AF 61 81 0 2D 1A 1F 14F 21 35
Octal 257 141 201 0 55 32 37 517 41 65
Binary 10101111 1100001 10000001 0 101101 11010 11111 101001111 100001 110101

Color Harmonies of #AF6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6181

Black with #AF6181

Text Example


Text Example

White with #AF6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6181; }

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

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

background-color css

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

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

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

border-color css

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

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

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