Html Css Color HEX #AF6982 Tapestry

📋 copy color: '#AF6982'

red 175 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #AF6982

Tints of Tapestry #AF6982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 42.68%
G = 25.61%
B = 31.71%

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

#AF6982 (or 0xAF6982) is known color: Tapestry. HEX triplet: AF, 69 and 82. RGB value is (175,105,130). Sum of RGB (Red+Green+Blue) = 175+105+130=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6982 is #50967D. Grayscale: #808080. Windows color (decimal): -5281406 or 8546735. OLE color: 8546735.

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

Color convert

RGB 175 105 130 -
CMYK 0 0.40 0.26 0.31
HSL 338.57º 0.3% 0.55% -
HSV(B) 338.57º 0.4% 0.69% -
XYZ 26.76 20.83 23.73 -
YUV 128.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 175 105 130 0 0.40 0.26 0.31 338.57 0.3 0.55
Hex AF 69 82 0 28 1A 1F 153 1E 37
Octal 257 151 202 0 50 32 37 523 36 67
Binary 10101111 1101001 10000010 0 101000 11010 11111 101010011 11110 110111

Color Harmonies of #AF6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6982

Black with #AF6982

Text Example


Text Example

White with #AF6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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