Html Css Color HEX #AF6880 Tapestry

📋 copy color: '#AF6880'

red 175 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #AF6880

Tints of Tapestry #AF6880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 43%
G = 25.55%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF6880 (or 0xAF6880) is known color: Tapestry. HEX triplet: AF, 68 and 80. RGB value is (175,104,128). Sum of RGB (Red+Green+Blue) = 175+104+128=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6880 is #50977F. Grayscale: #7F7F7F. Windows color (decimal): -5281664 or 8415407. OLE color: 8415407.

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

Color convert

RGB 175 104 128 -
CMYK 0 0.41 0.27 0.31
HSL 339.72º 0.31% 0.55% -
HSV(B) 339.72º 0.41% 0.69% -
XYZ 26.53 20.57 23 -
YUV 127.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 175 104 128 0 0.41 0.27 0.31 339.72 0.31 0.55
Hex AF 68 80 0 29 1B 1F 154 1F 37
Octal 257 150 200 0 51 33 37 524 37 67
Binary 10101111 1101000 10000000 0 101001 11011 11111 101010100 11111 110111

Color Harmonies of #AF6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6880

Black with #AF6880

Text Example


Text Example

White with #AF6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6880; }

 p { color: rgb(175,104,128); }

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

background-color css

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

 a { background-color: rgb(175,104,128); }

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

border-color css

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

 span { border-color: rgb(175,104,128); }

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