Html Css Color HEX #AF6981 Tapestry

📋 copy color: '#AF6981'

red 175 ◦ green 105 ◦ blue 129

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

Shades of Tapestry #AF6981

Tints of Tapestry #AF6981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 42.79%
G = 25.67%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF6981 (or 0xAF6981) is known color: Tapestry. HEX triplet: AF, 69 and 81. RGB value is (175,105,129). Sum of RGB (Red+Green+Blue) = 175+105+129=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6981 is #50967E. Grayscale: #808080. Windows color (decimal): -5281407 or 8481199. OLE color: 8481199.

HSL color Cylindrical-coordinate representation of color #AF6981: hue angle of 339.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6981 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 129 -
CMYK 0 0.40 0.26 0.31
HSL 339.43º 0.3% 0.55% -
HSV(B) 339.43º 0.4% 0.69% -
XYZ 26.69 20.8 23.38 -
YUV 128.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 175 105 129 0 0.40 0.26 0.31 339.43 0.3 0.55
Hex AF 69 81 0 28 1A 1F 153 1E 37
Octal 257 151 201 0 50 32 37 523 36 67
Binary 10101111 1101001 10000001 0 101000 11010 11111 101010011 11110 110111

Color Harmonies of #AF6981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6981

Black with #AF6981

Text Example


Text Example

White with #AF6981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6981; }

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

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

background-color css

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

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

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

border-color css

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

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

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