Html Css Color HEX #AF6C82 Tapestry

📋 copy color: '#AF6C82'

red 175 ◦ green 108 ◦ blue 130

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

Shades of Tapestry #AF6C82

Tints of Tapestry #AF6C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

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

R = 42.37%
G = 26.15%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF6C82 (or 0xAF6C82) is known color: Tapestry. HEX triplet: AF, 6C and 82. RGB value is (175,108,130). Sum of RGB (Red+Green+Blue) = 175+108+130=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C82 is #50937D. Grayscale: #828282. Windows color (decimal): -5280638 or 8547503. OLE color: 8547503.

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

Color convert

RGB 175 108 130 -
CMYK 0 0.38 0.26 0.31
HSL 340.3º 0.3% 0.55% -
HSV(B) 340.3º 0.38% 0.69% -
XYZ 27.07 21.45 23.83 -
YUV 130.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 175 108 130 0 0.38 0.26 0.31 340.3 0.3 0.55
Hex AF 6C 82 0 26 1A 1F 154 1E 37
Octal 257 154 202 0 46 32 37 524 36 67
Binary 10101111 1101100 10000010 0 100110 11010 11111 101010100 11110 110111

Color Harmonies of #AF6C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C82

Black with #AF6C82

Text Example


Text Example

White with #AF6C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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